Reference   Examples   Installation   Download
Name

write()

Description Writes data as bytes.
Syntax
client.write(value)
client.write(buffer)
Parameters
client   Client: any variable of type Client

value   int: integer value to write as a single byte (0 - 255)

buffer   byte[]: array of bytes to write

Returns None