Reference   Examples   Installation   Download
Name

writeInt()

Description Writes an int as four bytes of data. The bytes can be reconstructed into an int using readInt().
Syntax
client.writeInt(value)
Parameters
client   Client: any variable of type Client

value   int: int value to write

Returns None