CHAILink SDK
Version 1.3
|
CLC_ErrorCode LocalDevice_Reply_RequestRestoreSnapshotData | ( | CPHOBJECT const | hLocalDevice, |
CPUINT16 const | wRequestID, | ||
Errors const | returnCode, | ||
CPUINT32 const | dwSnapshotContextData | ||
) |
Reply to a snapshot data restore request.
Call this to terminate a NH_LOCALDEVICE_SNAPSHOT_REQUESTRESTORESNAPSHOTDATA notification.
[in] | hLocalDevice | Handle to the local device. |
[in] | wRequestID | the Request ID provided by the Request Notification Handler |
[in] | returnCode | return code to be transmitted to the remote device |
[in] | dwSnapshotContextData | Context data related to the collected device, to be send back during next block collect. Can be used by the application as a session handling data sent back by during the request for next block. |