Represents an SRP client host info.
Public Attributes#
const char *
Host name (label) string (NULL if not yet set).
const otIp6Address *
Array of host IPv6 addresses (NULL if not set or auto address is enabled).
uint8_t
Number of IPv6 addresses in mAddresses
array.
bool
Indicates whether auto address mode is enabled or not.
Host info state.
Public Attribute Documentation#
mAddresses#
const otIp6Address* otSrpClientHostInfo::mAddresses
Array of host IPv6 addresses (NULL if not set or auto address is enabled).
mNumAddresses#
uint8_t otSrpClientHostInfo::mNumAddresses
Number of IPv6 addresses in mAddresses
array.
mAutoAddress#
bool otSrpClientHostInfo::mAutoAddress
Indicates whether auto address mode is enabled or not.