The radio API module defines a set of functions that a radio device driver must implement.
Data Structures | |
struct | radio_driver |
The structure of a device driver for a radio in Contiki. More... | |
Files | |
file | radio.h |
Header file for the radio API | |
Enumerations | |
enum | { RADIO_TX_OK, RADIO_TX_ERR, RADIO_TX_COLLISION, RADIO_TX_NOACK } |