otServiceConfig
#include <netdata.h>
This structure 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
Used to return Service ID when iterating over the partition's Network Data.
|
Public attributes
mEnterpriseNumber
uint32_t otServiceConfig::mEnterpriseNumber
IANA Enterprise Number.
mServiceData
uint8_t otServiceConfig::mServiceData[252]
Service data bytes.
mServiceDataLength
uint8_t otServiceConfig::mServiceDataLength
Length of service data.
mServiceId
uint8_t otServiceConfig::mServiceId
Used to return Service ID when iterating over the partition's Network Data.