Crinit -- Configurable Rootfs Init
|
#include <rtimcmd.h>
Public Attributes | |
crinitRtimOp_t | op |
The command or response opcode (see rtimopmap.h). More... | |
size_t | argc |
The number of arguments. More... | |
char ** | args |
String array of arguments. More... | |
Structure holding a command or response message with its crinitRtimOp_t opcode and arguments array.
size_t crinitRtimCmd_t::argc |
The number of arguments.
char** crinitRtimCmd_t::args |
String array of arguments.
crinitRtimOp_t crinitRtimCmd_t::op |
The command or response opcode (see rtimopmap.h).