目录

Ethernet : Client class

flush()

Discard any bytes that have been written to the client but not yet read.

flush() inherits from the Stream utility class.

Syntax

client.flush()

Parameters

none

Returns

none

Reference Home