Start Back Next End
  
ZBasic System Library
ZBasic Microcontrollers
45
Wifi.GetConfig
Type
Subroutine
Invocation
Wifi.GetConfig(ssid)
Wifi.GetConfig(ssid, passwd)
Wifi.GetConfig(ssid, passwd, macAddr)
Parameter
Method
Type
Description
ssid
ByRef
String
Where to place the SSID.
passwd
ByRef
String
Where to place the access point password.
macAddr
ByRef
Byte
Where to place the MAC address.
Discussion
This subroutine retrieves the current set of WiFi connection parameters, previously set by
Wifi.SetConfig().  If the macAddr parameter is given, it must refer to a Byte buffer that is at least six
bytes in length so that it can receive the six bytes of the MAC address.
Previous page Top Next page