nRF5 SDK for Thread and Zigbee v4.1.0
Data Fields
otExternalRouteConfig Struct Reference

#include <netdata.h>

Data Fields

otIp6Prefix mPrefix
 
uint16_t mRloc16
 
signed int mPreference: 2
 
bool mStable: 1
 
bool mNextHopIsThisDevice: 1
 

Detailed Description

This structure represents an External Route configuration.

Field Documentation

bool otExternalRouteConfig::mNextHopIsThisDevice

TRUE if the external route entry's next hop is this device itself (i.e., the route was added earlier by this device). FALSE otherwise.

This value is ignored when adding an external route. For any added route the next hop is this device.

signed int otExternalRouteConfig::mPreference

A 2-bit signed integer indicating router preference as defined in RFC 4191.

otIp6Prefix otExternalRouteConfig::mPrefix

The prefix for the off-mesh route.

uint16_t otExternalRouteConfig::mRloc16

The Rloc associated with the external route entry.

This value is ignored when adding an external route. For any added route, the device's Rloc is used.

bool otExternalRouteConfig::mStable

TRUE, if this configuration is considered Stable Network Data. FALSE, otherwise.


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

Documentation feedback | Developer Zone | Subscribe | Updated