![]() |
![]() |
The dsmEndQuery function call signifies the end of a dsmBeginQuery action.
The application client sends dsmEndQuery to complete a query. This call either is sent after all query responses are obtained through dsmGetNextQObj, or it is sent to end a query before all data is returned.
Once a dsmBeginQuery is sent, a dsmEndQuery must be sent before any other activity can start.
dsInt16_t dsmEndQuery (dsUint32_t dsmHandle);
Parameters
Return Codes
There are no return codes that are specific to this call.