CHAILink SDK
Version 1.3
|
typedef void(* NH_LOCALDEVICE_SCT_SECTIONLISTREPLY)(CPHOBJECT const hLocalDevice, ObjectTypes const deviceType, CPUINT32 const dwDeviceUserData, CPUINT16 const wSessionID, CPDEVICEID const *const pSourceDevID, CPUINT16 const wArraySize, CPBOOLEAN const fTruncated) |
Reply to a section list request.
[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 |
[in] | pSourceDevID | Pointer to the Source DeviceID |
[in] | wArraySize | The SmartConnect Section Item array size. Use the LocalDevice_SCT_SectionListReply_GetSCSectionItem function to access SmartConnect Section Items |
[in] | fTruncated | Indicate that the SmartConnect Section Item array has been truncated due to a too small buffer (CLMSG_MESSAGESIZE) |