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.
Dependents: TYBLE16_simple_data_logger TYBLE16_MP3_Air
ws_pan_information_s Struct Reference
ws_pan_information_t PAN information More...
#include <ws_common_defines.h>
Data Fields | |
uint16_t | pan_size |
Number devices connected to Border Router. | |
uint16_t | routing_cost |
ETX to border Router. | |
uint16_t | pan_version |
Pan configuration version will be updatd by Border router at PAN. | |
bool | use_parent_bs: 1 |
1 for force to follow parent broadcast schedule. | |
bool | rpl_routing_method: 1 |
1 when RPL routing is selected and 0 when L2 routing. | |
unsigned | version: 3 |
Pan version support. |
Detailed Description
ws_pan_information_t PAN information
Definition at line 58 of file ws_common_defines.h.
Field Documentation
uint16_t pan_size |
Number devices connected to Border Router.
Definition at line 59 of file ws_common_defines.h.
uint16_t pan_version |
Pan configuration version will be updatd by Border router at PAN.
Definition at line 61 of file ws_common_defines.h.
uint16_t routing_cost |
ETX to border Router.
Definition at line 60 of file ws_common_defines.h.
bool rpl_routing_method |
1 when RPL routing is selected and 0 when L2 routing.
Definition at line 63 of file ws_common_defines.h.
bool use_parent_bs |
1 for force to follow parent broadcast schedule.
0 node may define own schedule.
Definition at line 62 of file ws_common_defines.h.
unsigned version |
Pan version support.
Definition at line 64 of file ws_common_defines.h.
Generated on Tue Jul 12 2022 13:55:39 by
