Contiki 3.x
shell_input Struct Reference

Structure for shell input data. More...

#include <apps/shell/shell.h>

Detailed Description

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.

Definition at line 365 of file shell.h.