Kenji Arai / mbed-os_TYBLE16

Dependents:   TYBLE16_simple_data_logger TYBLE16_MP3_Air

Embed: (wiki syntax)

« Back to documentation index

ws_pan_information_s Struct Reference

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.

1 when RPL routing is selected and 0 when L2 routing.

Definition at line 63 of file ws_common_defines.h.

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.