otServerConfig
#include <netdata.h>
This structure 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
TRUE, if this configuration is considered Stable Network Data. FALSE, otherwise.
|
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
TRUE, if this configuration is considered Stable Network Data. FALSE, otherwise.