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 mbed-os by
thread_border_router_info_t Struct Reference
Border router network data structure. 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
Border router network data structure.
Definition at line 33 of file thread_border_router_api.h.
Field Documentation
bool P_configure |
!< DHCPv6 server is available in the network.
Definition at line 38 of file thread_border_router_api.h.
bool P_default_route |
!< DHCPv6 agent provides other configuration.
Definition at line 39 of file thread_border_router_api.h.
bool P_dhcp |
!< Allowed to configure a new address
Definition at line 37 of file thread_border_router_api.h.
bool P_nd_dns |
!< This prefix is considered to be on-mesh
Definition at line 41 of file thread_border_router_api.h.
bool P_on_mesh |
!< This device provides the default route.
Definition at line 40 of file thread_border_router_api.h.
bool P_preferred |
!< Prefix preference, 01 = High, 00 = Default, 11 = Low, 10 = Reserved.
Definition at line 35 of file thread_border_router_api.h.
bool P_slaac |
!< Address is considered preferred address.
Definition at line 36 of file thread_border_router_api.h.
bool stableData |
!< this border router is able to provide DNS information
Definition at line 42 of file thread_border_router_api.h.
Generated on Tue Jul 12 2022 13:17:00 by
