otActiveScanResult
#include <link.h>
表示收到的 IEEE 802.15.4 信标。
摘要
公共属性 |
|
---|---|
mChannel
|
uint8_t
IEEE 802.15.4 信道。
|
mDiscover
|
bool
MLE Discovery 的结果。
|
mExtAddress
|
IEEE 802.15.4 扩展地址。
|
mExtendedPanId
|
线程扩展 PAN ID。
|
mIsJoinable
|
bool
联接“允许”标记。
|
mIsNative
|
bool
原生调试器标志。
|
mJoinerUdpPort
|
uint16_t
联接器 UDP 端口。
|
mLqi
|
uint8_t
LQI。
|
mNetworkName
|
Thread 网络名称。
|
mPanId
|
uint16_t
IEEE 802.15.4 PAN ID。
|
mRssi
|
int8_t
RSSI (dBm)
|
mSteeringData
|
引导数据。
|
mVersion
|
unsigned int
版本。
|
公共属性
mChannel
uint8_t otActiveScanResult::mChannel
IEEE 802.15.4 信道。
mDiscover
bool otActiveScanResult::mDiscover
MLE Discovery 的结果。
mIsJoinable
bool otActiveScanResult::mIsJoinable
联接“允许”标记。
mIsNative
bool otActiveScanResult::mIsNative
原生调试器标志。
mJoinerUdpPort
uint16_t otActiveScanResult::mJoinerUdpPort
联接器 UDP 端口。
mLqi
uint8_t otActiveScanResult::mLqi
LQI。
mPanId
uint16_t otActiveScanResult::mPanId
IEEE 802.15.4 PAN ID。
mRssi
int8_t otActiveScanResult::mRssi
RSSI (dBm)
mVersion
unsigned int otActiveScanResult::mVersion
版本。
资源
OpenThread API 参考文档源自 GitHub 上提供的源代码。如需了解详情,或者为我们的文档做贡献,请参阅资源。