Namespace: Rx::LFR – Class: CAreaDetection – Header: Rx.LFR/AreaDetection.h
CAreaDetection::GetInterface Method
C++
template<typename TInterface>
TInterface* GetInterface(TEnumInterface eInterface)
Gets the interface defined by the given interface ID.
Template Parameters
TInterface |
[in] The interface type. |
Parameters
[TEnumInterface] eInterface |
[in] The interface. |
Returns
TInterface* |
Null if it fails, else the interface. |