We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
void echo(bool sState)
Enable or disable character echoing. With echo enabled, any characters arriving on the input stream are sent back to the output stream.
Example:
echo(ON); //Switch on character echoing echo(OFF); //Switch off character echoing