<< Click to Display Table of Contents >> Home mIoTa BASIC > mIoTa BASIC Language Reference > O/S Variables - Quick Reference > System (S) |
The following is a list of the the System variables ('S' prefix). S128 and onwards are Read-Only variables.
These are variables associated with general system setting that aren't covered by the other O/S Variable groups.
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[30] |
The URL of the NTP server on the internet used to obtain the UTC time and date. |
||
DoubleWord |
The offset added to the UTC time to correct for time zone or daylight time saving. |
||
Word |
The TCP port used by the HTTP server on which to the serve web pages. |
||
String[16] |
The HTTP Basic Authenication Username. |
||
String[16] |
The HTTP Basic Authenication Password. |
||
String[14] |
The SD-Card directory used by the HTTP server as the base web page directory. |
||
String[14] |
The SD-Card directory used by the HTTP server as the base for uploaded files. |
||
Boolean |
Determines if a Checksum is used on outgoing UDP packets. |
Read Only Variables
mIoTa ID |
Friendly Name (in mIoTa BASIC only) |
Data Type |
Brief Description |
DoubleWord |
The UTC time and date as obtained from internet plus the TimeZoneDSTOffset(S1). |
||
Byte |
The interface (Ethernet or WiFi) currently being used. |
||
Boolean |
Whether the mIoTa is operating in Access Point mode. |
||
IPAddress |
The current IPv4 address of the mIoTa on the current network interface (NetInterface). |
||
IPAddress |
The current Subnet Mask being used by the mIoTa on the current network interface (NetInterface). |
||
IPAddress |
The current Gateway IPv4 address being used on the current network interface (NetInterface). |
||
IPAddress |
The current Primary DNS IPv4 address being used on the current network interface (NetInterface). |
||
IPAddress |
The current Secondary DNS IPv4 address being used on the current network interface (NetInterface). |
||
MACAddress |
The current MAC address of the current network interface (NetInterface). |
||
String[16] |
The current NetBIOS name of the mIoTa on the current network interface (NetInterface). |
||
Boolean |
Whether the mIoTa is using DHCP on the current network interface (NetInterface). |