Skip to content

QuantumGate::Endpoint::GetBTHEndpoint

Karel Donk edited this page Dec 25, 2021 · 1 revision

Returns a reference to the contained Bluetooth endpoint. It is the responsibility of the caller to check first that the contained endpoint is indeed a Bluetooth endpoint using the Endpoint::GetType() member function.

Signature

constexpr const BTHEndpoint& GetBTHEndpoint() const noexcept;

Return values

Returns a reference to the contained QuantumGate::BTHEndpoint.

Clone this wiki locally