CHAILink SDK  Version 1.3
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
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.

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
[in]pSourceDevIDPointer to the Source DeviceID
[in]wArraySizeThe SmartConnect Section Item array size. Use the LocalDevice_SCT_SectionListReply_GetSCSectionItem function to access SmartConnect Section Items
[in]fTruncatedIndicate that the SmartConnect Section Item array has been truncated due to a too small buffer (CLMSG_MESSAGESIZE)
Warning
The LocalDevice_SCT_SectionListReply_GetSCSectionItem function can access SmartConnect Section Items only during the notification.
Remarks
This notification is activated by using LocalDevice_RegisterSmartConnectTargetNotificationHandler. When this function is defined NH_LOCALDEVICE_SCT_STARTED, NH_LOCALDEVICE_SCT_CONTROLLERLISTREPLY and NH_LOCALDEVICE_SCT_FINISHED must also be defined.