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

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

More information

Device Communications Toolkit other subroutines.