Start Back Next End
  
ZBasic System Library
ZBasic Microcontrollers
37
Net.SetTimeout
Type
Subroutine
Invocation
Net.SetTimeout(handle, timeout)
Parameter
Method
Type
Description
handle
ByVal
anyIntegral
The handle, previously returned by Net.Open(), to use.
timeout
ByVal
anyIntegral
The timeout threshold for closing a connection.
Discussion
This subroutine sets the timeout, in seconds.  If no activity occurs within the timeout period a connection
will be broken.  If a callback has been associated with the network handle, the callback will be invoked
with the callback type set to 1.
Previous page Top Next page