Reference   Examples   Installation   Download
Name

writeChar()

Description Writes a char variable as two byte of data. The two bytes can be reconstructed into a char variable with readChar().
Syntax
client.writeChar(value)
Parameters
client   Client: any variable of type Client

value   char: char value to write

Returns None