Crinit -- Configurable Rootfs Init
|
#include <rtimcmd.h>
Data Fields | |
crinitRtimOp_t | op |
The command or response opcode (see rtimopmap.h). | |
size_t | argc |
The number of arguments. | |
char ** | args |
String array of arguments. | |
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).