dsmEndSendObj
The dsmEndSendObj function call indicates the end of data that is sent to storage.
Enter the dsmEndSendObj function call to indicate the end of data from the dsmSendObj and dsmSendData calls. A protocol violation occurs if this is not performed.
Syntax
dsInt16_t dsmEndSendObj (dsUint32_t dsmHandle);
Parameters
- dsUint32_t dsmHandle (I)
- The handle that associates this call with a previous dsmInitEx call.
Return codes
The return code numbers are provided in parentheses ( ).
| Return code | Explanation |
|---|---|
| DSM_RC_NO_MEMORY (102) | There is no RAM remaining to complete this request. |