CHAILink SDK  Version 1.3
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
typedef void(* NH_LOCALDEVICE_SCT_FINISHED)(CPHOBJECT const hLocalDevice, ObjectTypes const deviceType, CPUINT32 const dwDeviceUserData, CPUINT16 const wSessionID)

Notify end of SmartConnect session. Time to release application data related to the specified session ID.

Parameters
[in]hLocalDeviceHandle to the notified local device.
[in]deviceTypeType of the notified local device. See ObjectTypes
[in]dwDeviceUserDataThe user data associated to the device handle during its creation.
[in]wSessionIDThe SmartConnect session ID
Remarks
This notification is activated by using LocalDevice_RegisterSmartConnectTargetNotificationHandler. When this function is defined NH_LOCALDEVICE_SCT_STARTED, NH_LOCALDEVICE_SCT_SECTIONLISTREPLY and NH_LOCALDEVICE_SCT_CONTROLLERLISTREPLY must also be defined.