CHAILink SDK
Version 1.3
|
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.
[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 Controller Item array size. Use the LocalDevice_SCT_ControllerListReply_GetSCControllerItem function to access SmartConnect Controller Items |
[in] | fTruncated | Indicate that the SmartConnect Controller Item array has been truncated due to a too small buffer (CLMSG_MESSAGESIZE) |