otServiceConfig

#include <netdata.h>

Represents a Service configuration.

Summary

Public attributes

mEnterpriseNumber
uint32_t
IANA Enterprise Number.
mServerConfig
The Server configuration.
mServiceData[252]
uint8_t
Service data bytes.
mServiceDataLength
uint8_t
Length of service data.
mServiceId
uint8_t
Service ID (when iterating over the Network Data).

Public attributes

mEnterpriseNumber

uint32_t otServiceConfig::mEnterpriseNumber

IANA Enterprise Number.

mServerConfig

otServerConfig otServiceConfig::mServerConfig

The Server configuration.

mServiceData

uint8_t otServiceConfig::mServiceData[252]

Service data bytes.

mServiceDataLength

uint8_t otServiceConfig::mServiceDataLength

Length of service data.

mServiceId

uint8_t otServiceConfig::mServiceId

Service ID (when iterating over the 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.