SAWHSDK::onSendStatusMessage
Sends the operation result information when the operation is done.
void onSendStatusMessage(
String strMsgToSend,
boolean bSuccessful
);
Parameters
strMsgToSend
[out] Returns the description
information of the operation result.
bSuccessful
[out] Returns whether the operation was done successfully.
Return Value
None.