-
Notifications
You must be signed in to change notification settings - Fork 23
QuantumGate::BTHAddress
Karel Donk edited this page Dec 25, 2021
·
2 revisions
QuantumGate::BTHAddress
is a class that represents an Bluetooth (BTH) address.
Name | Description |
---|---|
Constructor |
Constructs a BTHAddress object. |
operator= |
Assigns a value from another BTHAddress . |
GetBinary |
Returns the Bluetooth address in binary form. |
GetFamily |
Returns the address family. |
GetString |
Returns the Bluetooth address in string format. |
GetHash |
Returns a hash of the Bluetooth address. |
operator== , operator!=
|
Compares the BTHAddress to another. |
operator<< |
Outputs the BTHAddress to the stream. |
TryParse |
Attempts to parse a Bluetooth address from a string. |
AnyBTH |
Returns the any Bluetooth address. |