1.2.3.4.28 SYS_CMD_DESCRIPTOR Struct

1.2.3.4.28 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

1.2.3.4.28 Summary

Defines the descriptor structure for a single command process.

1.2.3.4.28 Description

This data structure stores the information for a single unique command process.

1.2.3.4.28 Remarks

None.