Represents the Thread Discovery Request data.

Public Attributes#

IEEE 802.15.4 Extended Address of the requester.

uint8_t

Thread version.

bool

Whether is from joiner.

Public Attribute Documentation#

mExtAddress#

otExtAddress otThreadDiscoveryRequestInfo::mExtAddress

IEEE 802.15.4 Extended Address of the requester.


Definition at line 951 of file include/openthread/thread.h

mVersion#

uint8_t otThreadDiscoveryRequestInfo::mVersion

Thread version.


Definition at line 952 of file include/openthread/thread.h

mIsJoiner#

bool otThreadDiscoveryRequestInfo::mIsJoiner

Whether is from joiner.


Definition at line 953 of file include/openthread/thread.h