Represents parsed Border Agent TXT data.
The boolean flags indicate whether a specific field is present in the parsed TXT data.
Public Attributes#
Indicates whether Record Version is present.
Indicates whether Agent ID is present.
Indicates whether Thread Version is present.
Indicates whether State Bitmap is present.
Indicates whether Network Name is present.
Indicates whether Extended PAN ID is present.
Indicates whether Active Timestamp is present.
Indicates whether Partition ID is present.
Indicates whether Domain Name is present.
Indicates whether BBR Sequence Number is present.
Indicates whether BBR Port is present.
Indicates whether OMR Prefix is present.
Indicates whether Extended Address is present.
Indicates whether Vendor Name is present.
Indicates whether Model Name is present.
Record Version string.
Agent ID.
Thread Version string.
State Bitmap.
Network Name.
Extended PAN ID.
Active Timestamp.
Partition ID.
Domain Name.
BBR Sequence Number.
BBR Port.
OMR Prefix.
Extended Address.
Vendor Name string.
Model Name string.
Public Attribute Documentation#
mHasRecordVersion#
bool otBorderAgentTxtDataInfo::mHasRecordVersion
Indicates whether Record Version is present.
mHasThreadVersion#
bool otBorderAgentTxtDataInfo::mHasThreadVersion
Indicates whether Thread Version is present.
mHasStateBitmap#
bool otBorderAgentTxtDataInfo::mHasStateBitmap
Indicates whether State Bitmap is present.
mHasNetworkName#
bool otBorderAgentTxtDataInfo::mHasNetworkName
Indicates whether Network Name is present.
mHasExtendedPanId#
bool otBorderAgentTxtDataInfo::mHasExtendedPanId
Indicates whether Extended PAN ID is present.
mHasActiveTimestamp#
bool otBorderAgentTxtDataInfo::mHasActiveTimestamp
Indicates whether Active Timestamp is present.
mHasPartitionId#
bool otBorderAgentTxtDataInfo::mHasPartitionId
Indicates whether Partition ID is present.
mHasDomainName#
bool otBorderAgentTxtDataInfo::mHasDomainName
Indicates whether Domain Name is present.
mHasBbrSeqNum#
bool otBorderAgentTxtDataInfo::mHasBbrSeqNum
Indicates whether BBR Sequence Number is present.
mHasExtAddress#
bool otBorderAgentTxtDataInfo::mHasExtAddress
Indicates whether Extended Address is present.
mHasVendorName#
bool otBorderAgentTxtDataInfo::mHasVendorName
Indicates whether Vendor Name is present.
mRecordVersion#
char otBorderAgentTxtDataInfo::mRecordVersion[OT_BORDER_AGENT_RECORD_VERSION_SIZE]
Record Version string.
mThreadVersion#
char otBorderAgentTxtDataInfo::mThreadVersion[OT_BORDER_AGENT_THREAD_VERSION_SIZE]
Thread Version string.
mVendorName#
char otBorderAgentTxtDataInfo::mVendorName[OT_BORDER_AGENT_VENDOR_NAME_SIZE]
Vendor Name string.
mModelName#
char otBorderAgentTxtDataInfo::mModelName[OT_BORDER_AGENT_MODEL_NAME_SIZE]
Model Name string.