Reference   Examples   Installation   Download
Name

readChar()

Description Reads two byte of data and returns them as a char. The two bytes represent the upper and then the lower 8-bits of a 16-bit char, as written by writeChar().
Syntax
client.readChar()
Parameters
client   Client: any variable of type Client

Returns char