otThreadDiscoveryRequestInfo
    #include <thread.h>
  
Represents the Thread Discovery Request data.
Summary
| Public attributes | |
|---|---|
| mExtAddress | IEEE 802.15.4 Extended Address of the requester.  | 
| mIsJoiner | boolWhether is from joiner.  | 
| mVersion | uint8_tThread version.  | 
Public attributes
mExtAddress
otExtAddress otThreadDiscoveryRequestInfo::mExtAddress
IEEE 802.15.4 Extended Address of the requester.
mIsJoiner
bool otThreadDiscoveryRequestInfo::mIsJoiner
Whether is from joiner.
mVersion
uint8_t otThreadDiscoveryRequestInfo::mVersion
Thread version.
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.