Start Back Next End
  
ZBasic System Library
ZBasic Microcontrollers
28
Net.Disconnect
Type
Function returning Integer
Invocation
Net.Disconnect(handle)
Parameter
Method
Type
Description
handle
ByVal
anyIntegral
The handle, previously returned by Net.Open(), to use.
Discussion
This breaks a connection established by Net.Connect().  The return value will be zero if successful, non-
zero otherwise.
Previous page Top Next page