Contiki 2.6
|
Parameters used by the frame802154_create() function. More...
#include <core/net/mac/frame802154.h>
Data Fields | |
frame802154_fcf_t | fcf |
Frame control field. | |
uint8_t | seq |
Sequence number. | |
uint16_t | dest_pid |
Destination PAN ID. | |
uint8_t | dest_addr [8] |
Destination address. | |
uint16_t | src_pid |
Source PAN ID. | |
uint8_t | src_addr [8] |
Source address. | |
frame802154_aux_hdr_t | aux_hdr |
Aux security header. | |
uint8_t * | payload |
Pointer to 802.15.4 frame payload. | |
uint8_t | payload_len |
Length of payload field. |
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.
Definition at line 150 of file frame802154.h.