![]() ZBasic System Library
ZBasic Microcontrollers
28
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.
|