Contiki 3.x
|
Structure for shell input data. More...
#include <apps/shell/shell.h>
Structure for shell input data.
The shell sends data as Contiki events to shell command processes. This structure contains the data in the event. The data is split into two halves, data1 and data2. The length of the data in the two halves is given by len1 and len2.