![]() |
![]() |
The dsmEndSendObjEx function call provides compression information and the number of bytes that were sent. It is an extension of the dsmEndSendObj function call.
dsInt16_t dsmEndSendObjEx (dsmEndSendObjExIn_t *dsmEndSendObjExInP,
dsmEndSendObjExOut_t *dsmEndSendObjExOutP);
Parameters
| totalBytesSent | The total number of bytes that are read from the application. |
| objCompressed | A flag that displays if the object was compressed. |
| totalCompressedSize | The total byte size after compression. |
| totalLFBytesSent | The total LAN-free bytes that were sent. |
The return code numbers are provided in parentheses ( ).
Table 25. Return Codes for dsmEndSendObjEx
| Return Code | Explanation |
|---|---|
| DSM_RC_NO_MEMORY (102) | There is no RAM remaining to complete this request. |