Contiki 2.6

hal_rx_frame_t Struct Reference

This struct defines the rx data container. More...

#include <cpu/avr/radio/rf230bb/hal.h>

Data Fields

uint8_t length
 Length of frame.
uint8_t data [HAL_MAX_FRAME_LENGTH]
 Actual frame data.
uint8_t lqi
 LQI value for received frame.
bool crc
 Flag - did CRC pass for received frame?

Detailed Description

This struct defines the rx data container.

See also:
hal_frame_read

Definition at line 481 of file hal.h.


Field Documentation

Actual frame data.

Definition at line 483 of file hal.h.

Referenced by hal_frame_read(), and rx_frame_parse().

Length of frame.

Definition at line 482 of file hal.h.

Referenced by hal_frame_read(), and rx_frame_parse().

LQI value for received frame.

Definition at line 484 of file hal.h.

Referenced by hal_frame_read(), and rx_frame_parse().