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. The exception to this rule is if you call dsmEndTxn to end the transaction. Doing this discards all data that was sent for the transaction.

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 ( ).

Table 1. Return codes for dsmEndSendObj
Return code Explanation
DSM_RC_NO_MEMORY (102) There is no RAM remaining to complete this request.