Description

setTimeout() sets the maximum milliseconds to wait for stream data, it defaults to 1000 milliseconds. This function is part of the Stream class, and is called by any class that inherits from it (Wire, Serial, etc). See the LANGUAGE Stream class main page for more information.

Syntax

stream.setTimeout(time)

Parameters

stream : an instance of a class that inherits from Stream. time : timeout duration in milliseconds (long).

Returns

Nothing

Guide Home