dsmEndGetDataEx
The dsmEndGetDataEx function call provides the total of LAN-free bytes that were sent. It is an extension of the dsmEndGetData function call.
Syntax
There are no return codes that are specific to this call.
dsInt16_t dsmEndGetDataEx (dsmEndGetDataExIn_t * dsmEndGetDataExInP,
dsmEndGetDataExOut_t * dsmEndGetDataExOutP); Parameters
- dsmEndGetDataExIn_t *dsmEndGetDataExInP (I)
- Passes the end get object dsmHandle that identifies the session and associates it with subsequent calls.
- dsmEndGetDataExOut_t *dsmEndGetDataExOutP (O)
- This structure contains this input parameter:
- totalLFBytesRecv
- The total LAN-free bytes that are received.