14 void CommandLineInit(
void);
15 bool CommandLineProcessByte(uint8_t Byte);
16 void CommandLineTick(
void);
18 void CommandExecute(
const char *command);
19 void CommandLineAppendData(
void const *
const Buffer, uint16_t Bytes);
22 void CommandLinePendingTaskFinished(CommandStatusIdType ReturnStatusID,
char const *
const OutMessage);
23 extern void (*CommandLinePendingTaskTimeout)(void);
24 void CommandLinePendingTaskBreak(
void);