otSrpClientHostInfo

#include <srp_client.h>

Represents an SRP client host info.

Summary

Public attributes

mAddresses
const otIp6Address *
Array of host IPv6 addresses (NULL if not set or auto address is enabled).
mAutoAddress
bool
Indicates whether auto address mode is enabled or not.
mName
const char *
Host name (label) string (NULL if not yet set).
mNumAddresses
uint8_t
Number of IPv6 addresses in mAddresses array.
mState
Host info state.

Public attributes

mAddresses

const otIp6Address * otSrpClientHostInfo::mAddresses

Array of host IPv6 addresses (NULL if not set or auto address is enabled).

mAutoAddress

bool otSrpClientHostInfo::mAutoAddress

Indicates whether auto address mode is enabled or not.

mName

const char * otSrpClientHostInfo::mName

Host name (label) string (NULL if not yet set).

mNumAddresses

uint8_t otSrpClientHostInfo::mNumAddresses

Number of IPv6 addresses in mAddresses array.

mState

otSrpClientItemState otSrpClientHostInfo::mState

Host info state.

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.