Rtos API example

Embed: (wiki syntax)

« Back to documentation index

thread_border_router_info_t Struct Reference

thread_border_router_info_t Struct Reference

Border router network data structure. More...

#include <thread_border_router_api.h>

Data Fields

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

Detailed Description

Border router network data structure.

Definition at line 33 of file thread_border_router_api.h.


Field Documentation

DHCPv6 agent provides other configuration.

Definition at line 38 of file thread_border_router_api.h.

This device provides the default route.

Definition at line 39 of file thread_border_router_api.h.

bool P_dhcp

DHCPv6 server is available in the network.

Definition at line 37 of file thread_border_router_api.h.

bool P_nd_dns

this border router is able to provide DNS information

Definition at line 41 of file thread_border_router_api.h.

bool P_on_mesh

This prefix is considered to be on-mesh.

Definition at line 40 of file thread_border_router_api.h.

Address is considered preferred address.

Definition at line 35 of file thread_border_router_api.h.

bool P_slaac

Allowed to configure a new address.

Definition at line 36 of file thread_border_router_api.h.

unsigned Prf

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

Definition at line 34 of file thread_border_router_api.h.

bool stableData

This data is stable and expected to be available at least 48h.

Definition at line 42 of file thread_border_router_api.h.