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

CParameters::GetInterface Method

C++
const TInterface* GetInterface(EParametersInterface eInterface)

Gets the interface defined by the given interface ID.

Template Parameters

TInterface

[in] The interface type.

Parameters

[EParametersInterface] eInterface

[in] The interface ID.

Returns

const TInterface*

Null if it fails, else the interface.