CHAILink SDK
Version 1.3
|
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.
[in] | hLocalDevice | Handle to the notified local device. |
[in] | deviceType | Type of the notified local device. See ObjectTypes |
[in] | dwDeviceUserData | The user data associated to the device handle during its creation. |
[in] | wSessionID | The SmartConnect session ID |