harmony 鸿蒙WifiStationInfo
WifiStationInfo
概述
STA的信息。
Since: 3.2 Version: 1.0 相关模块:
汇总
Public 属性
名称 | 描述 |
---|---|
rxRate | unsigned int 接收速率。 |
txRate | unsigned int 发送速率。 |
flags | unsigned int 速率传输类型。 |
rxVhtmcs | unsigned char 接收VHT-MCS(Very High Throughput Modulation and Coding Scheme)配置。 |
txVhtmcs | unsigned char 发送VHT-MCS(Very High Throughput Modulation and Coding Scheme)配置。 |
rxMcs | unsigned char 接收MCS(Modulation and Coding Scheme)索引。 |
txMcs | unsigned char 发送MCS(Modulation and Coding Scheme)索引。 |
rxVhtNss | unsigned char 接收VHT-NSS(Very High Throughput Number of Spatial Streams)配置。 |
txVhtNss | unsigned char 发送VHT-NSS(Very High Throughput Number of Spatial Streams)配置。 |
类成员变量说明
flags
unsigned int WifiStationInfo::flags
描述: 速率传输类型。
rxMcs
unsigned char WifiStationInfo::rxMcs
描述: 接收MCS(Modulation and Coding Scheme)索引。
rxRate
unsigned int WifiStationInfo::rxRate
描述: 接收速率。
rxVhtmcs
unsigned char WifiStationInfo::rxVhtmcs
描述: 接收VHT-MCS(Very High Throughput Modulation and Coding Scheme)配置。
rxVhtNss
unsigned char WifiStationInfo::rxVhtNss
描述: 接收VHT-NSS(Very High Throughput Number of Spatial Streams)配置。
txMcs
unsigned char WifiStationInfo::txMcs
描述: 发送MCS(Modulation and Coding Scheme)索引。
txRate
unsigned int WifiStationInfo::txRate
描述: 发送速率。
txVhtmcs
unsigned char WifiStationInfo::txVhtmcs
描述: 发送VHT-MCS(Very High Throughput Modulation and Coding Scheme)配置。
txVhtNss
unsigned char WifiStationInfo::txVhtNss
描述: 发送VHT-NSS(Very High Throughput Number of Spatial Streams)配置。
你可能感兴趣的鸿蒙文章
harmony 鸿蒙ActivityRecognitionTypes.idl
0
赞
- 所属分类: 后端技术
- 本文标签:
热门推荐
-
2、 - 优质文章
-
3、 gate.io
-
8、 golang
-
9、 openharmony
-
10、 Vue中input框自动聚焦