Package hw
Class Console

Public Method print

static void print(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.

Note

Example

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