otMdnsTxtResult

#include <mdns.h>

Represents a TXT resolver result.

Summary

Public attributes

mInfraIfIndex
uint32_t
The infrastructure network interface index.
mServiceInstance
const char *
The service instance name label.
mServiceType
const char *
The service type.
mTtl
uint32_t
The TXT data TTL in seconds. Zero TTL indicates record is removed.
mTxtData
const uint8_t *
Encoded TXT data bytes. Can be NULL when mTtl is zero.
mTxtDataLength
uint16_t
Length of TXT data.

Public attributes

mInfraIfIndex

uint32_t otMdnsTxtResult::mInfraIfIndex

The infrastructure network interface index.

mServiceInstance

const char * otMdnsTxtResult::mServiceInstance

The service instance name label.

mServiceType

const char * otMdnsTxtResult::mServiceType

The service type.

mTtl

uint32_t otMdnsTxtResult::mTtl

The TXT data TTL in seconds. Zero TTL indicates record is removed.

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.

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.