Package hw
Class Console

Public Method println

static void println(String s)

_INSERT_METHOD_SIGNATURE_HERE_

Description:

Parameter Description
s sends a String to the console

The iLCD Manager XEJoC Manager receives a message from the panel and prints it to the console. The cursor of the console begins in a new line after a message is received from the panelJoC board.

Note

Example

      Console.println(" This message was sent by the panelJoC board! ");