tpWirelessInfo类
ExternUtils
2025-07-05
基础信息
头文件: | include <tpWirelessInfo.h> |
---|---|
Cmake: | None |
发布版本: | V0.1.0 |
继承类: | |
派生类: |
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
返回值:
linebreak
tpString tpWirelessInfo::getMacAddr() const
点击查看...
获取MAC地址
返回值:
linebreak
double tpWirelessInfo::getFreq() const
点击查看...
获取频率
返回值:
linebreak
tpUInt16 tpWirelessInfo::getChannel() const
点击查看...
获取通道号
返回值:
linebreak
tpInt8 tpWirelessInfo::getLevel() const
点击查看...
获取信号强度
返回值:
linebreak