<< Click to Display Table of Contents >> Home mIoTa BASIC > mIoTa BASIC Language Reference > O/S Variables - Quick Reference > WiFi (W) |
The following is a complete list of the the WiFi variables ('W' prefix). W128 and onwards are Read-Only variables.
These are variables associated with the wireless network connection (WiFi).
Click a variable name to view a more comprehensive description.
Read/Write Variables
mIoTa ID |
Friendly Name (in mIoTa BASIC only) |
Data Type |
Brief Description |
String[32] |
The wireless network name that will be used when connecting via WiFi. |
||
String[64] |
The security key (pass-phrase) that will be used when connecting to the WF_SSID wireless network. |
||
IPAddress |
The IPV4 network IP address that will be used on the network if WF_DHCPEnable is set to FALSE |
||
IPAddress |
The Subnet Mask that will be used on the network if WF_DHCPEnable is set to FALSE |
||
IPAddress |
The Gateway IP address that will be used on the network if WF_DHCPEnable is set to FALSE |
||
IPAddress |
The Primary DNS IP address that will be used on the network if WF_DHCPEnable is set to FALSE |
||
IPAddress |
The Secondary DNS IP address that will be used on the network if WF_DHCPEnable is set to FALSE |
||
MACAddress |
The MAC (media access control) address that will be used for the WiFi connection. |
||
String[16] |
The NetBIOS (Network Basic Input/Output System) name that will be used for the WiFi connection |
||
Boolean |
Determines if the DHCP (Dynamic Host Configuration Protocol) on the WiFi network is to be used to set the IP address (plus Subnet Mask,Gateway,Primary DNS, and Secondary DNS) of the connection. |
||
Byte |
The required WiFi security mode |
||
String[32] |
The network name used when the mIoTa operates as an access point. |
||
String[6] |
The WEP security key used when the mIoTa operates as an access point. |
||
Byte |
The WiFi channel used when the mIoTa operates as an access point |
Read Only Variables
mIoTa ID |
Friendly Name (in mIoTa BASIC only) |
Data Type |
Brief Description |
Boolean |
Whether the wireless network is connected. |
||
String[32] |
The network name of the currently connected wireless network. |
||
String[34] |
The security key of the currently connected wireless network. |
||
Boolean |
Whether a scan of available wireless networks has finished. |
||
Byte |
The number of available wireless networks found on the last scan. |
||
Byte |
The index in the scan list of the currently shown wireless network. |
||
MACAddress |
The MAC address of the currently shown wireless network. |
||
String[32] |
The network name of the currently shown wireless network. |
||
Byte |
The length in characters of the SSID of the currently shown wireless network. |
||
Byte |
The MAC address of the currently shown wireless network. |
||
Byte |
The signal strength of the currently shown wireless network. |
||
Byte |
The configuration of the currently shown wireless network. |