TpBluetoothTransfer 类
V0.2.1TpExtUtils
2025-11-14
介绍
蓝牙发送文件
基础信息
| 头文件: | include <TpBluetoothTransfer.h> |
|---|---|
| Cmake: | None |
| 发布版本: | V0.2.1 |
| 继承类: | |
| 派生类: |
Public 成员函数
| TpBluetoothTransfer() | ||
|---|---|---|
| ~TpBluetoothTransfer() | ||
| sendFile(TpBluetoothAddress address, const char *file) | 蓝牙发送文件到远端蓝牙设备 | |
| sendFile(TpBluetoothAddress address, const TpString &file) | ||
| getStatus() | 获取传输状态(暂为封装接口) | |
| getProgress() | 获取传输进度(暂为封装接口) |
成员函数说明
TpBluetoothTransfer::TpBluetoothTransfer()
暂无注释...
TpBluetoothTransfer::~TpBluetoothTransfer()
暂无注释...
int TpBluetoothTransfer::sendFile(TpBluetoothAddress address, const char *file)
蓝牙发送文件到远端蓝牙设备...
蓝牙发送文件到远端蓝牙设备
参数:address:
参数:file:
返回值:
int TpBluetoothTransfer::sendFile(TpBluetoothAddress address, const TpString &file)
暂无注释...
int TpBluetoothTransfer::getStatus()
获取传输状态(暂为封装接口)...
获取传输状态(暂为封装接口)
返回值:
int TpBluetoothTransfer::getProgress()
获取传输进度(暂为封装接口)...
获取传输进度(暂为封装接口)
返回值:
