1.2.3.4.28 SYS_CMD_DESCRIPTOR Struct
C
typedef struct
{
const char* cmdStr; // string identifying the command
SYS_CMD_FNC cmdFnc; // function to execute for this command
const char* cmdDescr; // simple command description
} SYS_CMD_DESCRIPTOR; // a simple command descriptor
Summary
Defines the descriptor structure for a single command process.
Description
This data structure stores the information for a single unique command process.
Remarks
None.
