Reference   Examples   Installation   Download
Name

writeBoolean()

Description Writes a boolean value as a byte of data. It can be read as a boolean value using readBoolean().
Syntax
client.writeBoolean(value)
Parameters
client   Client: any variable of type Client

value   boolean: boolean value to write

Returns None