TpBluetoothAddress 类
V0.2.1TpExtUtils
2025-11-14
介绍
为蓝牙分配地址
基础信息
| 头文件: | include <TpBluetoothAddress.h> |
|---|---|
| Cmake: | None |
| 发布版本: | V0.2.1 |
| 继承类: | |
| 派生类: |
Public 成员函数
| TpBluetoothAddress(const TpBluetoothAddress &other) | ||
|---|---|---|
| TpBluetoothAddress(const TpString &address) | ||
| TpBluetoothAddress() | ||
| ~TpBluetoothAddress() | ||
| TpBluetoothAddress & TpBluetoothAddress::operator= | operator=(const TpBluetoothAddress &other) | |
| TpBluetoothAddress & TpBluetoothAddress::operator= | operator=(TpBluetoothAddress &&other) noexcept | |
| TpBluetoothAddress & TpBluetoothAddress::operator= | operator=(const char *address) | |
| operator==(const TpBluetoothAddress &other) | ||
| operator!=(const TpBluetoothAddress &other) | ||
| isNull() | ||
| TpString | toString() | |
| toUInt64() | ||
| static TpBluetoothAddress TpBluetoothAddress::any | any() |
