Contiki-NG
Data Fields

Parameters used by the frame802154_create() function. More...

#include <os/net/mac/framer/frame802154.h>

Data Fields

uint8_t dest_addr [8]
 Destination address.
 
uint8_t src_addr [8]
 Source address.
 
frame802154_fcf_t fcf
 Frame control field.
 
uint8_t seq
 Sequence number.
 
uint16_t dest_pid
 Destination PAN ID.
 
uint16_t src_pid
 Source PAN ID.
 
frame802154_aux_hdr_t aux_hdr
 Aux security header.
 
uint8_t * payload
 Pointer to 802.15.4 payload.
 
int payload_len
 Length of payload field.
 

Detailed Description

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 198 of file frame802154.h.