Main Page | Modules | Class Hierarchy | Alphabetical List | Data Structures | File List | Data Fields | Globals | Related Pages

command Struct Reference
[Command Parser - This library implements a command interpreter.Command Parser - This library implements a command interpreter.]

#include <otCommandParser.h>


Data Fields

char nameLong [32]
 Max command lenght is 31 characters.
char nameShort [8]
 Short name.
U8 minParams
 Minimum number of parameters.
U8 maxParams
 Maximum number of parameters.
_procCallback proc
 Function pointer that implement the command.
bool useDisk
 Disk necessary.
const char * paramsList
 Parameter list.
const char * help
 Command help.


Detailed Description

Command structure


Field Documentation

const char* command.help
 

U8 command.maxParams
 

U8 command.minParams
 

char command.nameLong[32]
 

char command.nameShort[8]
 

const char* command.paramsList
 

_procCallback command.proc
 

bool command.useDisk
 


The documentation for this struct was generated from the following file: footer
otStudio - Library Reference - (C) 2020-23 Officina Turini, All Rights Reserved
Document built with Doxygen 1.4.0