Skip to content

QuantumGate::Address::GetBTHAddress

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

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

Signature

constexpr const BTHAddress& GetBTHAddress() const noexcept;

Return values

Returns a reference to the contained QuantumGate::BTHAddress.

Clone this wiki locally