Package hw
Class Console

Public Method getKey

static char getKey()

_INSERT_METHOD_SIGNATURE_HERE_

Description:

Returns Description
key reads charachter wise from console

This method waits for an input from the iLCD Manager XEJoC Manager console. Each character entered into the console is immediately transmitted to the panelJoC board. The getKey() method returns a character after one character is received from the console.

Example

      char c = Console.getKey();
      Console.println("" + c);