WiFiClient.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

Guide Home