Contiki 2.5
Data Fields
frame_create_params_t Struct Reference

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

#include <cpu/avr/radio/rf230/frame.h>

Data Fields

fcf_t fcf
 Frame control field.
 
uint8_t seq
 Sequence number.
 
uint16_t dest_pid
 Destination PAN ID.
 
addr_t dest_addr
 Destination address.
 
uint16_t src_pid
 Source PAN ID.
 
addr_t src_addr
 Source address.
 
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.
 

Detailed Description

Parameters used by the frame_tx_create() function.

These parameters are used in the 802.15.4 frame header. See the 802.15.4 specification for details.

Definition at line 163 of file frame.h.