CHAILink SDK  Version 1.3
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
CLC_ErrorCode RemoteDevice_GetModifierDataTypeInfo_Async ( CPHOOKEDOBJECT const  hRemoteDevice,
ExplorationCommands const  ec,
CPPARAMETERID const *const  pParamID,
DataTypes const  dataType,
CPUINT32 const  dwClientContextData,
CPHASYNC *const  phAsync 
)

Get Modifier parameter value range for a specific data type.

Parameters
[in]hRemoteDeviceHandle to the remote device.
[in]ecThe exploration command. see ExplorationCommands
[in]pParamIDPointer to the parameter ID. The index part is ignored since we are collecting the Parameter description, not the Parameter instances!
[in]dataTypeRelevant when ec in (EC_FindNext, EC_FindPrev, EC_Get). The data type related to the exploration command
[in]dwClientContextDataData passed back to the ARH_REMOTEDEVICE_GETMODIFIERDATATYPEINFO callback handler.
[out]phAsyncPointer to the handle of the async operation.
Returns
Standard CHAILink Client return code. See CLC_ErrorCode enumeration.
Warning
This function can only be called in CopperLan context. This means in the pseudo task CPDoProcess(), in notification handlers or in asynchronous return handlers and not in SystemDoProcess() for instance.