Represents a Service configuration.

Public Attributes#

uint8_t

Service ID (when iterating over the Network Data).

uint32_t

IANA Enterprise Number.

uint8_t

Length of service data.

uint8_t

Service data bytes.

The Server configuration.

Public Attribute Documentation#

mServiceId#

uint8_t otServiceConfig::mServiceId

Service ID (when iterating over the Network Data).


Definition at line 133 of file include/openthread/netdata.h

mEnterpriseNumber#

uint32_t otServiceConfig::mEnterpriseNumber

IANA Enterprise Number.


Definition at line 134 of file include/openthread/netdata.h

mServiceDataLength#

uint8_t otServiceConfig::mServiceDataLength

Length of service data.


Definition at line 135 of file include/openthread/netdata.h

mServiceData#

uint8_t otServiceConfig::mServiceData[OT_SERVICE_DATA_MAX_SIZE]

Service data bytes.


Definition at line 136 of file include/openthread/netdata.h

mServerConfig#

otServerConfig otServiceConfig::mServerConfig

The Server configuration.


Definition at line 137 of file include/openthread/netdata.h