otLinkModeConfig
#include <thread.h>
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.
|
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.
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.