CHAILink SDK  Version 1.3
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
typedef void(* ARH_REMOTEDEVICE_GETPROPERTYSTRING)(AsyncResult const result, DeviceProperties const propertyID, CPCHAR8 const *const utf8Value, CPUINT32 const dwClientContextData)

End of asynchronous for the RemoteDevice_GetProperty_Async function call (if the property is a string property).

Parameters
[in]resultcan be AR_Succeeded or AR_Canceled
[in]propertyIDProperty ID (see DeviceProperties enumeration for standard property ID)
[in]strValueProperty value. This string is only valid during the handler execution.
[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 if the expected property is string or numeric.