Struct br_information Border router dynamic information. More...
#include <WisunBorderRouter.h>
| Data Fields | |
| uint8_t | ipv6_prefix [8] | 
| Address prefix given to devices in network set to 0 if not available.  More... | |
| uint8_t | ipv6_iid [8] | 
| IID of Border router.  More... | |
| uint8_t | rpl_dodag_id [16] | 
| Border router dodag id.  More... | |
| uint8_t | instance_id | 
| Border router instance identifier defined in RPL.  More... | |
| uint8_t | version | 
| RPL version number.  More... | |
| uint64_t | host_timestamp | 
| Timestamp of the the device.  More... | |
| uint16_t | device_count | 
| Amount of devices in the network.  More... | |
| uint8_t | gateway_addr [16] | 
| Gateway Local Address.  More... | |
Struct br_information Border router dynamic information.
Definition at line 23 of file WisunBorderRouter.h.
| uint16_t device_count | 
Amount of devices in the network.
Definition at line 37 of file WisunBorderRouter.h.
| uint8_t gateway_addr[16] | 
Gateway Local Address.
Definition at line 39 of file WisunBorderRouter.h.
| uint64_t host_timestamp | 
Timestamp of the the device.
Can be used as version number
Definition at line 35 of file WisunBorderRouter.h.
| uint8_t instance_id | 
Border router instance identifier defined in RPL.
Definition at line 31 of file WisunBorderRouter.h.
| uint8_t ipv6_iid[8] | 
IID of Border router.
Definition at line 27 of file WisunBorderRouter.h.
| uint8_t ipv6_prefix[8] | 
Address prefix given to devices in network set to 0 if not available.
Definition at line 25 of file WisunBorderRouter.h.
| uint8_t rpl_dodag_id[16] | 
Border router dodag id.
Definition at line 29 of file WisunBorderRouter.h.
| uint8_t version | 
RPL version number.
Definition at line 33 of file WisunBorderRouter.h.