CHAILink SDK  Version 1.3
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
typedef void(* NH_LOCALDEVICE_SCT_CONTROLLERLISTREPLY)(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 controller 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 Controller Item array size. Use the LocalDevice_SCT_ControllerListReply_GetSCControllerItem function to access SmartConnect Controller Items
[in]fTruncatedIndicate that the SmartConnect Controller Item array has been truncated due to a too small buffer (CLMSG_MESSAGESIZE)
Warning
The LocalDevice_SCT_ControllerListReply_GetSCControllerItem function can access SmartConnect Controller 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_SECTIONLISTREPLY and NH_LOCALDEVICE_SCT_FINISHED must also be defined.