1.2.3.4.4 SYS_CMD_READY_TO_READ Function

C

bool SYS_CMD_READY_TO_READ( void )

Summary

Allows upper layer application to confirm that the command module is ready to accept command input

Description

This function allows upper layer application to confirm that the command module is ready to accept command input

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