You are viewing documentation for version:
Represents a TXT resolver result.
Public Attributes#
const char *
The service instance name label.
const uint8_t *
Encoded TXT data bytes. Can be NULL when mTtl
is zero.
uint32_t
The TXT data TTL in seconds. Zero TTL indicates record is removed.
uint32_t
The infrastructure network interface index.
Public Attribute Documentation#
mServiceInstance#
const char* otMdnsTxtResult::mServiceInstance
The service instance name label.
mServiceType#
const char* otMdnsTxtResult::mServiceType
The service type.
mTxtData#
const uint8_t* otMdnsTxtResult::mTxtData
Encoded TXT data bytes. Can be NULL when mTtl
is zero.
mTxtDataLength#
uint16_t otMdnsTxtResult::mTxtDataLength
Length of TXT data.
mTtl#
uint32_t otMdnsTxtResult::mTtl
The TXT data TTL in seconds. Zero TTL indicates record is removed.
mInfraIfIndex#
uint32_t otMdnsTxtResult::mInfraIfIndex
The infrastructure network interface index.