English
Language : 

ZAURA Datasheet, PDF (84/99 Pages) –
ZAURA RF Wireless Library
Programmer’s Reference Manual
72
ZAURA_RF_ShellControl
Description The ZAURA_RF_ShellControl function enables and disables the con-
sole. To prevent messages from being displayed on the console, you
can disable the console by passing a 0 in the parameter. To re-enable
pass a non-zero value. Disabling the console will block the operation
of the data and remote console commands.
Syntax
void ZAURA_RF_ShellControl(UINT8 Enable)
Parameters
Enable
When this parameter is set to TRUE (nonzero), the console will be enabled.
Set to FALSE (0) to disable it.
Returns
Example
None.
/*
* Disable console output
*/
ZAURA_RF_ShellControl( 0 );
ZAURA RF Wireless Shell API Reference
RM006003-1011