tpBluetoothTransfer类
ExternUtils
2025-07-05
介绍
蓝牙发送文件
基础信息
头文件: | include <tpBluetoothTransfer.h> |
---|---|
Cmake: | None |
发布版本: | V0.1.0 |
继承类: | |
派生类: |
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)
点击查看...
蓝牙发送文件到远端蓝牙设备
返回值:
linebreak
int tpBluetoothTransfer::sendFile(tpBluetoothAddress address, const tpString &file)
暂无注释...
int tpBluetoothTransfer::getStatus()
点击查看...
获取传输状态(暂为封装接口)
返回值:
linebreak
int tpBluetoothTransfer::getProgress()
点击查看...
获取传输进度(暂为封装接口)
返回值:
linebreak