hypermedia.picoip
index
 
Name timeout ( )
Examples
None available
Description Set the timeout value for the response time. This value must be greater or equal to 0, otherwise the timeout is set to his default value. If the passed number equal to 0, the listening method is set in an infinity loop until a response is received.
Syntax
timeout(millis);
Parameters
millis   the new timeout value in milliseconds
Returns None
Usage Web & Application
Related