1.2.3.4.18 SYS_CMD_PUTC_FNC Typedef
C
typedef void (*SYS_CMD_PUTC_FNC)(const void* cmdIoParam, char c);
Summary
Identifies a single character print function API.
Description
Single Character Print function API. This handle identifies the interface structure of single character print function API within the Command I/O encapsulation.
Remarks
None.