1.2.3.4.5 SYS_CMD_READY_TO_WRITE Function
C
bool SYS_CMD_READY_TO_WRITE( void )
Summary
Allows upper layer application to confirm that the command module is ready to write output to the Console System Service.
Description
This function allows upper layer application to confirm that the command module is ready to write output to the Console System Service.
Precondition
SYS_CMD_Initialize was successfully run once.
Parameters
None.
Returns
true - Indicates command module is ready
false - Indicates command module is not ready
Remarks
None