English
Language : 

ZAURA Datasheet, PDF (77/99 Pages) –
ZAURA RF Wireless Library
Programmer’s Reference Manual
65
ZAURA_RF_ProcessCommandLine()
Description The ZAURA_RF_ProcessCommandLine API handles the processing
the console input after a user has pressed the carriage return. An appli-
cation should call this routine shortly after the ZAURA_RF_UartEOL
flag is set to TRUE, which indicates that the console operator has
pressed the Enter key. The application is free to defer processing of the
command line until more important operations have completed.
Syntax
void ProcessCommandLine( void )
Parameters This function does not have any parameters.
Returns None.
Example
/*
* Wait for End of Line character before processing 
* console commands.
*/
if( ZAURA_RF_UartEOL )
{
ZAURA_RF_ShellProcessCmdLine();
}
RM006003-1011
ZAURA_RF_ProcessCommandLine()