|
Contiki 3.x
|
A struct used to request data from an AVR. More...
#include <core/dev/avr-handler.h>
Data Fields | |
| uint8_t | id |
| The ID of the AVR to sample from. | |
| uint8_t | size |
| The size of data. More... | |
| uint8_t * | data |
| The data. | |
| uint8_t * | len |
| The length of data. More... | |
A struct used to request data from an AVR.
Definition at line 13 of file avr-handler.h.
| uint8_t* avr_data::len |
| uint8_t avr_data::size |
The size of data.
(ie the bytes of memory allocated for data).
Definition at line 23 of file avr-handler.h.
1.8.6