#include <posix/app/chilictl/flash/Flash.hpp>
|
| | Flash () |
| |
| ca_error | Process (int argc, const char *argv[]) |
| | Run the command, processing the arguments passed in argv.
|
| |
Public Member Functions inherited from ca::Command |
| const char * | GetHelpString (void) |
| | Get the help string for this command.
|
| |
| const char * | GetCommandName (void) |
| | Get the command name of this command.
|
| |
◆ Flash()
◆ Process()
| ca_error ca::Flash::Process |
( |
int |
argc, |
|
|
const char * |
argv[] |
|
) |
| |
|
virtual |
Run the command, processing the arguments passed in argv.
Argv contains the arguments that followed the command name, including the command name as arg0.
- Parameters
-
| argc | Argument Count |
| argv | Argument Vector (of length argc) |
- Returns
- ca_error value
- Return values
-
| CA_ERROR_SUCCESS | Successful processing |
| CA_ERROR_INVALID_ARGS | Invalid arguments passed to function |
Reimplemented from ca::Command.
The documentation for this class was generated from the following files: