HomeAut
CommandStruct Struct Reference

Command structure. More...

#include <CommandHandler.h>

Data Fields

const char * name
 Name of command (which need type) [string].
 
const FunctionPointer * commandFunctionPointer
 Function pointer (which called)
 
const char * description
 Command description (for help)
 
const char * syntax
 Command syntax.
 
const CommandArgNum_t commandArgNum
 Required command argument num.
 

Detailed Description

Command structure.


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