Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of OmniWheels by
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 48 of file thread_border_router_api.h.
Field Documentation
bool P_configure |
DHCPv6 agent provides other configuration.
Definition at line 53 of file thread_border_router_api.h.
bool P_default_route |
This device provides the default route.
Definition at line 54 of file thread_border_router_api.h.
bool P_dhcp |
DHCPv6 server is available in the network.
Definition at line 52 of file thread_border_router_api.h.
bool P_nd_dns |
this border router is able to provide DNS information
Definition at line 56 of file thread_border_router_api.h.
bool P_on_mesh |
This prefix is considered to be on-mesh.
Definition at line 55 of file thread_border_router_api.h.
bool P_preferred |
Address is considered preferred address.
Definition at line 50 of file thread_border_router_api.h.
bool P_slaac |
Allowed to configure a new address.
Definition at line 51 of file thread_border_router_api.h.
unsigned Prf |
Prefix preference, 01 = High, 00 = Default, 11 = Low, 10 = Reserved.
Definition at line 49 of file thread_border_router_api.h.
bool stableData |
This data is stable and expected to be available at least 48h.
Definition at line 57 of file thread_border_router_api.h.
Generated on Fri Jul 22 2022 04:54:15 by
