Contiki 2.5
Data Fields
frame_result_t Struct Reference

Strucure used to return that status of the frame create process. More...

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

Data Fields

uint8_t * frame
 Pointer to created frame.
 
uint8_t length
 Length (in bytes) of created frame.
 

Detailed Description

Strucure used to return that status of the frame create process.

See frame_tx_create() function.

Definition at line 154 of file frame.h.