otLinkModeConfig
#include <thread.h>
This structure represents an MLE Link Mode configuration.
Summary
Public attributes |
|
---|---|
mDeviceType
|
bool
1, if the sender is an FTD. 0, otherwise.
|
mNetworkData
|
bool
1, if the sender requires the full Network Data. 0, otherwise.
|
mRxOnWhenIdle
|
bool
1, if the sender has its receiver on when not transmitting. 0, otherwise.
|
mSecureDataRequests
|
bool
1, if the sender uses IEEE 802.15.4 to secure all data requests. 0, otherwise.
|
Public attributes
mDeviceType
bool otLinkModeConfig::mDeviceType
1, if the sender is an FTD. 0, otherwise.
mNetworkData
bool otLinkModeConfig::mNetworkData
1, if the sender requires the full Network Data. 0, otherwise.
mRxOnWhenIdle
bool otLinkModeConfig::mRxOnWhenIdle
1, if the sender has its receiver on when not transmitting. 0, otherwise.
mSecureDataRequests
bool otLinkModeConfig::mSecureDataRequests
1, if the sender uses IEEE 802.15.4 to secure all data requests. 0, otherwise.