Represents a Server configuration.
Public Attributes#
bool
Whether this config is considered Stable Network Data.
uint8_t
Length of server data.
uint8_t
Server data bytes.
uint16_t
The Server RLOC16.
Public Attribute Documentation#
mStable#
bool otServerConfig::mStable
Whether this config is considered Stable Network Data.
Definition at line
121
of file include/openthread/netdata.h
mServerDataLength#
uint8_t otServerConfig::mServerDataLength
Length of server data.
Definition at line
122
of file include/openthread/netdata.h
mServerData#
uint8_t otServerConfig::mServerData[OT_SERVER_DATA_MAX_SIZE]
Server data bytes.
Definition at line
123
of file include/openthread/netdata.h
mRloc16#
uint16_t otServerConfig::mRloc16
The Server RLOC16.
Definition at line
124
of file include/openthread/netdata.h