dcrp_notify_unsolicited_data
Notifies the Toolkit that unsolicited data has been received (must be called before unsolicited data between polls can be processed).
Syntax
void dcrp_notify_unsolicited_data(int *status)
Input Parameters
None
Output Parameters
status
Contains the function completion status. Valid values are:
TOOLKIT_SUCCESS | Function completed successfully. |
TOOLKIT_FAILURE | Function not completed. |
Return Value
None