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

Parameters
[in]resultcan be AR_Succeeded or AR_Canceled
[in]propertyIDProperty ID (see DeviceProperties enumeration for standard property ID)
[in]qwValueProperty value.
[in]dwClientContextDataContext data passed to the CHAI during the RemoteDevice_GetProperty_Async function call.
Remarks
Called by default in case of async failure (fSuccess == FALSE) since the CHAI is unable to know