OpenWSN Firmware
|
#include <IEEE802154.h>
Data Fields | |
bool | valid |
uint8_t | headerLength |
uint8_t | frameType |
bool | securityEnabled |
bool | framePending |
bool | ackRequested |
bool | panIDCompression |
bool | ieListPresent |
uint8_t | frameVersion |
uint8_t | dsn |
open_addr_t | panid |
open_addr_t | dest |
open_addr_t | src |
bool ackRequested |
open_addr_t dest |
uint8_t dsn |
bool framePending |
uint8_t frameType |
uint8_t frameVersion |
uint8_t headerLength |
bool ieListPresent |
open_addr_t panid |
bool panIDCompression |
bool securityEnabled |
open_addr_t src |
bool valid |