Data Fields | |
uint16_t | dst |
uint16_t | fcf |
uint8_t | seq |
uint16_t | src |
Frame header structure
This frame format uses the same frame format like 802.15.4 frames, but the interpretation of FCF bits for adressing uses reserved values.
Definition at line 49 of file prot_wuart.h.
uint16_t prot_wuart_header_t::dst |
16 bit destination address
Definition at line 53 of file prot_wuart.h.
uint16_t prot_wuart_header_t::fcf |
Frame control field
Definition at line 51 of file prot_wuart.h.
uint8_t prot_wuart_header_t::seq |
Sequence number
Definition at line 52 of file prot_wuart.h.
uint16_t prot_wuart_header_t::src |
16 bit source address
Definition at line 54 of file prot_wuart.h.