tpBluetoothAddress类
ExternUtils
2025-07-05
介绍
为蓝牙分配地址
基础信息
头文件: | include <tpBluetoothAddress.h> |
---|---|
Cmake: | None |
发布版本: | V0.1.0 |
继承类: | |
派生类: |
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() |