Represents multi radio link information associated with a neighbor.
Public Attributes#
bool
Neighbor supports IEEE 802.15.4 radio link.
bool
Neighbor supports Thread Radio Encapsulation Link (TREL) radio link.
Additional info for 15.4 radio link (applicable when supported).
Additional info for TREL radio link (applicable when supported).
Public Attribute Documentation#
mSupportsIeee802154#
bool otMultiRadioNeighborInfo::mSupportsIeee802154
Neighbor supports IEEE 802.15.4 radio link.
Definition at line
69
of file include/openthread/multi_radio.h
mSupportsTrelUdp6#
bool otMultiRadioNeighborInfo::mSupportsTrelUdp6
Neighbor supports Thread Radio Encapsulation Link (TREL) radio link.
Definition at line
70
of file include/openthread/multi_radio.h
mIeee802154Info#
otRadioLinkInfo otMultiRadioNeighborInfo::mIeee802154Info
Additional info for 15.4 radio link (applicable when supported).
Definition at line
71
of file include/openthread/multi_radio.h
mTrelUdp6Info#
otRadioLinkInfo otMultiRadioNeighborInfo::mTrelUdp6Info
Additional info for TREL radio link (applicable when supported).
Definition at line
72
of file include/openthread/multi_radio.h