CHAILink SDK  Version 1.3
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages

SmartConnect Async operation result.

Enumerator
_SCAR_TaskTerminated_ 

Check this bit to know if the task is about to be terminated.

SCAR_Initiated 

Operation initiated.

Warning
The Async handler DO NOT becomes invalid on notification return!!!
SCAR_Finished 

Operation finished.

Remarks
The Async handler becomes invalid on notification return.
SCAR_Canceled 

Operation canceled.

Remarks
The Async handler becomes invalid on notification return.
SCAR_Failed 

Operation failed The operation failed, can't be initiated by the target side.

Remarks
The Async handler becomes invalid on notification return.