1.2.3.4.24 SYS_CMD_CONSOLE_IO_PARAM Enum
C
typedef enum
{
SYS_CMD_SINGLE_CHARACTER_READ_CONSOLE_IO_PARAM = 0,
} SYS_CMD_CONSOLE_IO_PARAM;
Summary
Defines whether the command module is single character or full command read
Description
This enumeration defines whether the command module is single character or full command read.
Remarks
None