![]() |
0.01.00
|
This structure represents an MLE Link Mode configuration. More...
#include <include/openthread/types.h>
Public Attributes | |
bool | mRxOnWhenIdle: 1 |
1, if the sender has its receiver on when not transmitting. More... | |
bool | mSecureDataRequests: 1 |
1, if the sender uses IEEE 802.15.4 to secure all data requests. More... | |
bool | mDeviceType: 1 |
1, if the sender is an FFD. More... | |
bool | mNetworkData: 1 |
1, if the sender requires the full Network Data. More... | |
This structure represents an MLE Link Mode configuration.
bool otLinkModeConfig::mDeviceType |
1, if the sender is an FFD.
0, otherwise.
bool otLinkModeConfig::mNetworkData |
1, if the sender requires the full Network Data.
0, otherwise.
bool otLinkModeConfig::mRxOnWhenIdle |
1, if the sender has its receiver on when not transmitting.
0, otherwise.
bool otLinkModeConfig::mSecureDataRequests |
1, if the sender uses IEEE 802.15.4 to secure all data requests.
0, otherwise.