1.2.3.4.22 SYS_CMD_API Struct
C
typedef struct
{
// Message function API
SYS_CMD_MSG_FNC msg;
// Print function API
SYS_CMD_PRINT_FNC print;
// Put single char function API
SYS_CMD_PUTC_FNC putc;
// Data available API
SYS_CMD_DATA_RDY_FNC isRdy;
// Get single data API
SYS_CMD_GETC_FNC getc;
} SYS_CMD_API;
Summary
Identifies the Command API structure.
Description
This structure identifies the Command API structure.
Remarks
None.
