CHAILink SDK
Version 1.3
|
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).
[in] | result | can be AR_Succeeded or AR_Canceled |
[in] | propertyID | Property ID (see DeviceProperties enumeration for standard property ID) |
[in] | strValue | Property value. This string is only valid during the handler execution. |
[in] | dwClientContextData | Context data passed to the CHAI during the RemoteDevice_GetProperty_Async function call. |