Namespace: Rx::LFR – Class: CCameraServer – Header: Rx.LFR/CameraServer.h

CCameraServer::GetInterface Method

C++
TInterface* GetInterface(ECameraServerInterface eInterface)

Gets the interface defined by the given interface ID.

Template Parameters

TInterface

[in] The interface type.

Parameters

[ECameraServerInterface] eInterface

[in] The interface.

Returns

TInterface*

Null if it fails, else the interface.