otServerConfig
#include <netdata.h>
表示服务器配置。
摘要
公共属性 |
|
---|---|
mRloc16
|
uint16_t
服务器 RLOC16。
|
mServerData[248]
|
uint8_t
服务器数据字节数。
|
mServerDataLength
|
uint8_t
服务器数据的长度。
|
mStable
|
bool
此配置是否被视为稳定的网络数据。
|
公共属性
mRloc16
uint16_t otServerConfig::mRloc16
服务器 RLOC16。
mServerData
uint8_t otServerConfig::mServerData[248]
服务器数据字节数。
mServerDataLength
uint8_t otServerConfig::mServerDataLength
服务器数据的长度。
mStable
bool otServerConfig::mStable
此配置是否被视为稳定的网络数据。
资源
OpenThread API 参考文档源自 GitHub 上提供的源代码。如需了解详情,或者为我们的文档做贡献,请参阅资源。