tpBluetoothSocket类
ExternUtils
2025-07-05
介绍
蓝牙设备的连接通信
基础信息
头文件: | include <tpBluetoothSocket.h> |
---|---|
Cmake: | None |
发布版本: | V0.1.0 |
继承类: | |
派生类: |
Public 成员函数
tpBluetoothSocket(const char *name) | ||
---|---|---|
~tpBluetoothSocket() | ||
connect(tpBluetoothAddress address) | 连接到远端蓝牙设备 | |
connect(tpBluetoothAddress address, tpString &uuid) | ||
disconnect() | 断开连接 |
成员函数说明
tpBluetoothSocket::tpBluetoothSocket(const char *name)
暂无注释...
tpBluetoothSocket::~tpBluetoothSocket()
暂无注释...
int tpBluetoothSocket::connect(tpBluetoothAddress address)
点击查看...
连接到远端蓝牙设备
返回值:
linebreak
int tpBluetoothSocket::connect(tpBluetoothAddress address, tpString &uuid)
暂无注释...
int tpBluetoothSocket::disconnect()
点击查看...
断开连接
返回值:
linebreak