joey shelton / LED_Demo2

Dependencies:   MAX44000 PWM_Tone_Library nexpaq_mdk

Fork of LED_Demo by joey shelton

Embed: (wiki syntax)

« Back to documentation index

thread_border_router_info_t Struct Reference

thread_border_router_info_t Struct Reference

Structure specifying the prefix service. More...

#include <thread_border_router_api.h>

Data Fields

bool P_preferred: 1
 !< Prefix preference, 01 = High, 00 = Default, 11 = Low, 10 = Reserved.
bool P_slaac: 1
 !< Address is considered preferred address.
bool P_dhcp: 1
 !< Allowed to configure a new address
bool P_configure: 1
 !< DHCPv6 server is available in the network.
bool P_default_route: 1
 !< DHCPv6 agent provides other configuration.
bool P_on_mesh: 1
 !< This device provides the default route.
bool P_nd_dns: 1
 !< This prefix is considered to be on-mesh
bool stableData: 1
 !< this border router is able to provide DNS information

Detailed Description

Structure specifying the prefix service.

Definition at line 35 of file thread_border_router_api.h.


Field Documentation

!< DHCPv6 server is available in the network.

Definition at line 40 of file thread_border_router_api.h.

!< DHCPv6 agent provides other configuration.

Definition at line 41 of file thread_border_router_api.h.

bool P_dhcp

!< Allowed to configure a new address

Definition at line 39 of file thread_border_router_api.h.

bool P_nd_dns

!< This prefix is considered to be on-mesh

Definition at line 43 of file thread_border_router_api.h.

bool P_on_mesh

!< This device provides the default route.

Definition at line 42 of file thread_border_router_api.h.

!< Prefix preference, 01 = High, 00 = Default, 11 = Low, 10 = Reserved.

Definition at line 37 of file thread_border_router_api.h.

bool P_slaac

!< Address is considered preferred address.

Definition at line 38 of file thread_border_router_api.h.

bool stableData

!< this border router is able to provide DNS information

Definition at line 44 of file thread_border_router_api.h.