Parameters used by the frame802154_create() function.
These parameters are used in the 802.15.4 frame header. See the 802.15.4 specification for details.
#include <frame802154.h>
Data Fields | |
frame802154_aux_hdr_t | aux_hdr |
Aux security header. More... | |
uint8_t | dest_addr [8] |
Destination address. More... | |
uint16_t | dest_pid |
Destination PAN ID. More... | |
frame802154_fcf_t | fcf |
Frame control field. More... | |
uint8_t * | payload |
Pointer to 802.15.4 frame payload. More... | |
int | payload_len |
Length of payload field. More... | |
uint8_t | seq |
Sequence number. More... | |
uint8_t | src_addr [8] |
Source address. More... | |
uint16_t | src_pid |
Source PAN ID. More... | |