Reference.WiFiClientFlush History
Show minor edits - Show changes to markup
November 22, 2011, at 08:13 PM
by Scott Fitzgerald -
Added lines 7-8:
flush() inherits from the Stream utility class.
Changed lines 19-20 from:
to:
November 21, 2011, at 09:57 PM
by Scott Fitzgerald -
Added lines 1-17:
WiFi : Client class
flush()
Discard any bytes that have been written to the client but not yet read.
Syntax
client.flush()
Parameters
none
Returns
none