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

CParameters::IsValueValid Method

C++
bool IsValueValid(TEnum eID, const CRxArrayUInt& auValue)

Queries if the given value is a valid value for the given parameter ID. This tests the data type and possible constraints.

Parameters

[TEnum] eID

[in] The parameter ID.

[const CRxArrayUInt&] auValue

[in] The value.

Returns

bool

True if the value is valid, false if not.