0.01.00
otLinkModeConfig Struct Reference

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...
 

Detailed Description

This structure represents an MLE Link Mode configuration.

Member Data Documentation

§ mDeviceType

bool otLinkModeConfig::mDeviceType

1, if the sender is an FFD.

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.


The documentation for this struct was generated from the following file: