Start Back Next End
  
ZBasic System Library
ZBasic Microcontrollers
38
Net.Status
Type
Function returning Integer
Invocation
Net.Status(handle)
Parameter
Method
Type
Description
handle
ByVal
anyIntegral
The handle, previously returned by Net.Open(), to use.
Discussion
This function returns the status of the network handle.  The return value will contain zero or more of the
flag values in the table below.
Network Handle Status Bits
Value
Meaning
&H01
The handle is valid.
&H02
The handle is open.
&H04
The handle is connected to a remote host.
&H08
In the connection, the ESP8266 is the client.
&H10
The connection has data not yet sent.
Previous page Top Next page