NanoStack lib for Cortex-M4
Dependents:
mbedEndpointNetwork
mbedEndpointNetworkMJK
Fork of
Nanostack_lib
by Sensinode
« Back to documentation index
rpl_dodag_info_t Struct Reference
RPL Intance Dodag Info structure for rpl_read_dodag_info.
More...
#include <net_rpl.h >
Data Fields
uint8_t dodag_id [16]
RPL Dodag ID.
uint8_t instance_id
RPL Instance ID.
uint8_t flags
RPL DODAG Flags: (MOP,Grounded, Router Pref)
uint8_t version_num
RPL DODAG version number.
uint8_t DTSN
RPL DODAG Dao trig version number.
uint16_t curent_rank
RPL DODAG node current Rank.
uint8_t parent_flags
RPL DODAG parent Flags: RPL_ROOT_PARENT or RPL_PRIMARY_PARENT_SET, RPL_SECONDARY_PARENT_SET.
uint8_t primary_parent [16]
Primary Parent GP address if RPL_PRIMARY_PARENT_SET flag is active.
uint16_t primary_parent_rank
Primary Parent Rank if RPL_PRIMARY_PARENT_SET flag is active.
uint8_t secondary_parent [16]
Secondary Parent GP address if RPL_SECONDARY_PARENT_SET flag is active.
uint16_t secondary_parent_rank
Secondary Parent rank if RPL_SECONDARY_PARENT_SET flag is active.
Detailed Description
RPL Intance Dodag Info structure for rpl_read_dodag_info.
Definition at line 90 of file net_rpl.h .
Field Documentation
RPL DODAG node current Rank.
Definition at line 98 of file net_rpl.h .
RPL DODAG Dao trig version number.
Definition at line 96 of file net_rpl.h .
RPL DODAG Flags: (MOP,Grounded, Router Pref)
Definition at line 94 of file net_rpl.h .
RPL Instance ID.
Definition at line 93 of file net_rpl.h .
RPL DODAG parent Flags: RPL_ROOT_PARENT or RPL_PRIMARY_PARENT_SET, RPL_SECONDARY_PARENT_SET.
Definition at line 99 of file net_rpl.h .
Primary Parent GP address if RPL_PRIMARY_PARENT_SET flag is active.
Definition at line 100 of file net_rpl.h .
Primary Parent Rank if RPL_PRIMARY_PARENT_SET flag is active.
Definition at line 101 of file net_rpl.h .
Secondary Parent GP address if RPL_SECONDARY_PARENT_SET flag is active.
Definition at line 102 of file net_rpl.h .
Secondary Parent rank if RPL_SECONDARY_PARENT_SET flag is active.
Definition at line 103 of file net_rpl.h .
RPL DODAG version number.
Definition at line 95 of file net_rpl.h .