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

CParameters::GetValueRange Method

C++
void GetValueRange(TEnum eID, unsigned& uMin, unsigned& uMax)

Gets the valid range of the value that can be set to the given non-array parameter.

Parameters

[TEnum] eID

The parameter ID.

[unsigned&] uMin

[out] The minimum value.

[unsigned&] uMax

[out] The maximum value.