Start Back Next End
  
ZBasic System Library
ZBasic Microcontrollers
53
Wifi.SetMode
Type
Subroutine
Invocation
Wifi.SetMode(mode)
Parameter
Method
Type
Description
mode
ByVal
anyIntegral
The desired operating mode.
Discussion
This subroutine sets the operating mode of the WiFi interface (see the table below).  By default, the
ESP8266 will be in Station mode.
WiFi Mode Selector Values
Value
Meaning
1
Station mode.
2
Soft AP mode (currently not supported).
3
Station + Soft AP mode (currently not supported).
Previous page Top Next page