Namespace: Rx::LFR – Class: CImageQueue – Header: Rx.LFR/ImageQueue.h

CImageQueue::GetInterface Method

C++
const TInterface* GetInterface(EImageQueueInterface eInterface)

Gets the interface defined by the given interface ID.

Template Parameters

TInterface

[in] The interface type.

Parameters

[EImageQueueInterface] eInterface

[in] The interface ID.

Returns

const TInterface*

Null if it fails, else the interface.