CHAILink SDK
Version 1.3
|
typedef void(* ARH_REMOTEDEVICE_GETCONNECTEDDEVICES)(AsyncResult const result, CPDEVICEID const *const pSourceDevID, CPDEVICEID const *const pConnectedDevID, CPUINT32 const dwClientContextData) |
End of asynchronous for the RemoteDevice_GetConnectedDevices_Async function call.
[in] | result | can be AR_ToBeContinued, AR_Done or AR_Canceled |
[in] | pSourceDevID | Pointer to the source DeviceID. Can be a sub-device of the requested device. |
[in] | pConnectedDevID | Pointer to the connected DeviceID. |
[in] | dwClientContextData | Context data passed to the CHAI during the RemoteDevice_GetConnectedDevices_Async function call. |