Start Back Next End
  
ZBasic System Library
ZBasic Microcontrollers
26
Net.Close
Type
Function returning Integer
Invocation
Net.Close(handle)
Parameter
Method
Type
Description
handle
ByVal
anyIntegral
The handle, previously returned by Net.Open(), to close.
Discussion
This function closes a network handle, making the specified handle available for future operations.  The
return value will be zero if successful, negative otherwise.
Previous page Top Next page