Contiki 3.x
Data Fields
avr_data Struct Reference

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...
 

Detailed Description

A struct used to request data from an AVR.

Definition at line 13 of file avr-handler.h.

Field Documentation

uint8_t* avr_data::len

The length of data.

(ie the number of bytes used).

Definition at line 33 of file avr-handler.h.

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.