nRF5 SDK for Thread
Data Fields
otLinkModeConfig Struct Reference

#include <types.h>

Data Fields

bool mRxOnWhenIdle: 1
 
bool mSecureDataRequests: 1
 
bool mDeviceType: 1
 
bool mNetworkData: 1
 

Detailed Description

This structure represents an MLE Link Mode configuration.

Field Documentation

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 will use IEEE 802.15.4 to secure all data requests. 0, otherwise.


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

Documentation feedback | Developer Zone | Subscribe | Updated