Crinit -- Configurable Rootfs Init
crinitRtimCmd_t Struct Reference

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

Detailed Description

Structure holding a command or response message with its crinitRtimOp_t opcode and arguments array.

Member Data Documentation

◆ argc

size_t crinitRtimCmd_t::argc

The number of arguments.

◆ args

char** crinitRtimCmd_t::args

String array of arguments.

◆ op

crinitRtimOp_t crinitRtimCmd_t::op

The command or response opcode (see rtimopmap.h).


The documentation for this struct was generated from the following file: