Start Back Next End
  
ZBasic System Library
ZBasic Microcontrollers
54
Wifi.Status
Type
Function returning Byte
Invocation
Wifi.Status()
Discussion
This function return the current status of the station interface.  The return values are as indicated in the
table below.
WiFi Station Status Values
Value
Meaning
0
Station is idle.
1
Station is attempting to connect to the access point.
2
The access point is available but the password was incorrect.
3
The specified access point was not found.
4
Connection to the access point failed.
5
Connection to the access point succeeded.
Previous page Top Next page