Mbed OS Reference
Loading...
Searching...
No Matches
ws_br_info Struct Reference

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...
 

Detailed Description

Struct br_information Border router dynamic information.

Definition at line 23 of file WisunBorderRouter.h.

Field Documentation

◆ ipv6_prefix

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.

◆ ipv6_iid

uint8_t ipv6_iid[8]

IID of Border router.

Definition at line 27 of file WisunBorderRouter.h.

◆ rpl_dodag_id

uint8_t rpl_dodag_id[16]

Border router dodag id.

Definition at line 29 of file WisunBorderRouter.h.

◆ instance_id

uint8_t instance_id

Border router instance identifier defined in RPL.

Definition at line 31 of file WisunBorderRouter.h.

◆ version

uint8_t version

RPL version number.

Definition at line 33 of file WisunBorderRouter.h.

◆ host_timestamp

uint64_t host_timestamp

Timestamp of the the device.

Can be used as version number

Definition at line 35 of file WisunBorderRouter.h.

◆ device_count

uint16_t device_count

Amount of devices in the network.

Definition at line 37 of file WisunBorderRouter.h.

◆ gateway_addr

uint8_t gateway_addr[16]

Gateway Local Address.

Definition at line 39 of file WisunBorderRouter.h.