CHAILink SDK
Version 1.3
|
CLC_ErrorCode RemoteDevice_GetIndexListItem_Async | ( | CPHOOKEDOBJECT const | hRemoteDevice, |
CPHOOKEDOBJECT const | hIndexListID, | ||
CPUINT16 const | wIndex, | ||
CPBOOLEAN const | fRequestMultipleValues, | ||
CPUINT32 const | dwClientContextData, | ||
CPHASYNC *const | phAsync | ||
) |
Get Index display text.
[in] | hRemoteDevice | Handle to the remote device. |
[in] | hIndexListID | The list ID |
[in] | wIndex | The index value, from 1 to index max for the related message. |
[in] | fRequestMultipleValues | TRUE if multiple consecutive values from wMsgIndex are requested. |
[in] | dwClientContextData | Data passed back to the ARH_REMOTEDEVICE_GETINDEXLISTITEM callback handler. |
[out] | phAsync | Pointer to the handle of the async operation. |