CHAILink SDK
Version 1.3
|
typedef void(* ARH_REMOTEDEVICE_GETPROPERTYNUMERIC)(AsyncResult const result, DeviceProperties const propertyID, CPUINT64 const qwValue, CPUINT32 const dwClientContextData) |
End of asynchronous for the RemoteDevice_GetProperty_Async function call (if the property is a numeric property).
[in] | result | can be AR_Succeeded or AR_Canceled |
[in] | propertyID | Property ID (see DeviceProperties enumeration for standard property ID) |
[in] | qwValue | Property value. |
[in] | dwClientContextData | Context data passed to the CHAI during the RemoteDevice_GetProperty_Async function call. |