otServerConfig
#include <netdata.h>
Represents a Server configuration.
Summary
Public attributes |
|
---|---|
mRloc16
|
uint16_t
The Server RLOC16.
|
mServerData[248]
|
uint8_t
Server data bytes.
|
mServerDataLength
|
uint8_t
Length of server data.
|
mStable
|
bool
Whether this config is considered Stable Network Data.
|
Public attributes
mRloc16
uint16_t otServerConfig::mRloc16
The Server RLOC16.
mServerData
uint8_t otServerConfig::mServerData[248]
Server data bytes.
mServerDataLength
uint8_t otServerConfig::mServerDataLength
Length of server data.
mStable
bool otServerConfig::mStable
Whether this config is considered Stable Network Data.
Resources
OpenThread API Reference topics originate from the source code, available on GitHub. For more information, or to contribute to our documentation, refer to Resources.