Skip to content

QuantumGate::BTHEndpoint

Karel Donk edited this page Dec 25, 2021 · 2 revisions

QuantumGate::BTHEndpoint is a class that represents a Bluetooth (BTH) endpoint.

Member functions

Name Description
Constructor Constructs a BTHEndpoint object.
operator= Assigns a value from another BTHEndpoint.
GetProtocol Returns the protocol of the endpoint.
GetBTHAddress Returns a reference to the Bluetooth address of the endpoint.
GetPort Returns the port of the endpoint.
GetServiceClassID Returns the service class ID of the endpoint.
GetRelayPort Returns the relay port of the endpoint.
GetRelayHop Returns the relay hop position of the endpoint.
GetString Returns the endpoint in string format.
GetQuantumGateServiceClassID Returns the QuantumGate service class ID.
GetNullServiceClassID Returns the null service class ID.
operator==, operator!= Compares the BTHEndpoint to another.
operator<< Outputs the BTHEndpoint to the stream.
Clone this wiki locally