Namespace: Rx::LFR – Class: CParameters – Header: Rx.LFR/Parameters.h

CParameters::GetDefinition Method

C++
void GetDefinition(TEnum paramId, CRxString& name, CRxString& guid, bool& isReadable, bool& isWritable, bool& isExportable, EValueType& valueType)

Gets some parts of the parameter definition.

Parameters

[TEnum] paramId

The parameter ID.

[CRxString&] name

[out] The parameter name.

[CRxString&] guid

[out] The GUID of the parameter.

[bool&] isReadable

[out] True if the parameter is readable.

[bool&] isWritable

[out] True if the parameter is writable.

[bool&] isExportable

[out] True if the parameter is exportable.

[EValueType&] valueType

[out] The data type of the parameter.