Reference   Examples   Installation   Download
Name

skipBytes()

Description Reads and discards bytes.
Syntax
client.skipBytes(numbytes);
Parameters
client   Client: any variable of type Client

numbytes   int: the number of bytes to read and discard

Returns None