• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# SignalPollResult
2
3
4## 概述
5
6定义信号轮询信息。
7
8**起始版本:** 4.0
9
10**相关模块:**[WLAN](_w_l_a_n_v11.md)
11
12
13## 汇总
14
15
16### Public 属性
17
18| 名称 | 描述 |
19| -------- | -------- |
20| int [currentRssi](#currentrssi) | Rssi value in dBM。  |
21| int [associatedFreq](#associatedfreq) | Association frequency in MHz。  |
22| int [txBitrate](#txbitrate) | Transmission bit rate in Mbps。  |
23| int [rxBitrate](#rxbitrate) | Received bit rate in Mbps。  |
24| int [currentNoise](#currentnoise) | Noise value in dBM。  |
25| int [currentSnr](#currentsnr) | Snr value in dB。  |
26| int [currentChload](#currentchload) | Current channel load。  |
27| int [currentUlDelay](#currentuldelay) | Uldelay value in ms。  |
28| int [currentTxBytes](#currenttxbytes) | TxBytes value。  |
29| int [currentRxBytes](#currentrxbytes) | RxBytes value。  |
30| int [currentTxFailed](#currenttxfailed) | TxFailed value。  |
31| int [currentTxPackets](#currenttxpackets) | TxPackets value。  |
32| int [currentRxPackets](#currentrxpackets) | RxPackets value。  |
33
34
35## 类成员变量说明
36
37
38### associatedFreq
39
40```
41int SignalPollResult::associatedFreq
42```
43**描述**
44
45Association frequency in MHz。
46
47
48### currentChload
49
50```
51int SignalPollResult::currentChload
52```
53**描述**
54
55Current channel load。
56
57
58### currentNoise
59
60```
61int SignalPollResult::currentNoise
62```
63**描述**
64
65Noise value in dBM。
66
67
68### currentRssi
69
70```
71int SignalPollResult::currentRssi
72```
73**描述**
74
75Rssi value in dBM。
76
77
78### currentRxBytes
79
80```
81int SignalPollResult::currentRxBytes
82```
83**描述**
84
85RxBytes value。
86
87
88### currentRxPackets
89
90```
91int SignalPollResult::currentRxPackets
92```
93**描述**
94
95RxPackets value。
96
97
98### currentSnr
99
100```
101int SignalPollResult::currentSnr
102```
103**描述**
104
105Snr value in dB。
106
107
108### currentTxBytes
109
110```
111int SignalPollResult::currentTxBytes
112```
113**描述**
114
115TxBytes value。
116
117
118### currentTxFailed
119
120```
121int SignalPollResult::currentTxFailed
122```
123**描述**
124
125TxFailed value。
126
127
128### currentTxPackets
129
130```
131int SignalPollResult::currentTxPackets
132```
133**描述**
134
135TxPackets value。
136
137
138### currentUlDelay
139
140```
141int SignalPollResult::currentUlDelay
142```
143**描述**
144
145Uldelay value in ms。
146
147
148### rxBitrate
149
150```
151int SignalPollResult::rxBitrate
152```
153**描述**
154
155Received bit rate in Mbps。
156
157
158### txBitrate
159
160```
161int SignalPollResult::txBitrate
162```
163**描述**
164
165Transmission bit rate in Mbps。
166