TpWirelessInfo 类
V0.2.1TpExtUtils
2025-11-14
基础信息
| 头文件: | include <TpWirelessInfo.h> |
|---|---|
| Cmake: | None |
| 发布版本: | V0.2.1 |
| 继承类: | |
| 派生类: |
Public 成员函数
| TpWirelessInfo(const TpString &mac) | ||
|---|---|---|
| ~TpWirelessInfo() | ||
| TpWirelessInfo(const TpWirelessInfo &other) | ||
| TpWirelessInfo & TpWirelessInfo::operator= | operator=(const TpWirelessInfo &other) | |
| TpString | getSsid() const | 获取SSID |
| TpString | getMacAddr() const | 获取MAC地址 |
| getFreq() const | 获取频率 | |
| getChannel() const | 获取通道号 | |
| getLevel() const | 获取信号强度 | |
| setSsid(TpString &ssid) | ||
| setFreq(double freq) | ||
| setChannel(tpUInt16 channel) | ||
| setLevel(tpInt8 level) |
成员函数说明
TpWirelessInfo::TpWirelessInfo(const TpString &mac)
暂无注释...
TpWirelessInfo::~TpWirelessInfo()
暂无注释...
TpWirelessInfo::TpWirelessInfo(const TpWirelessInfo &other)
暂无注释...
TpWirelessInfo & TpWirelessInfo::operator=(const TpWirelessInfo &other)
暂无注释...
TpString TpWirelessInfo::getSsid() const
获取SSID...
获取SSID
返回值:
TpString TpWirelessInfo::getMacAddr() const
获取MAC地址...
获取MAC地址
返回值:
double TpWirelessInfo::getFreq() const
获取频率...
获取频率
返回值:
tpUInt16 TpWirelessInfo::getChannel() const
获取通道号...
获取通道号
返回值:
tpInt8 TpWirelessInfo::getLevel() const
获取信号强度...
获取信号强度
返回值:
