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.
Dependencies: MAX44000 PWM_Tone_Library nexpaq_mdk
Fork of LED_Demo by
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
bool P_configure |
!< DHCPv6 server is available in the network.
Definition at line 40 of file thread_border_router_api.h.
bool P_default_route |
!< 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.
bool P_preferred |
!< 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.
Generated on Tue Jul 12 2022 11:02:15 by
