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.


mServerDataLength#

uint8_t otServerConfig::mServerDataLength

Length of server data.


mServerData#

uint8_t otServerConfig::mServerData[OT_SERVER_DATA_MAX_SIZE]

Server data bytes.


mRloc16#

uint16_t otServerConfig::mRloc16

The Server RLOC16.