<< Click to Display Table of Contents >> Home mIoTa BASIC > mIoTa BASIC Language Reference > O/S Variables - Quick Reference > Ethernet (E) |
The following is a complete list of the the System variables ('S' prefix). E128 and onwards are Read-Only variables.
These are variables associated with
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 |
IPAddress |
The IPV4 network IP address that will be used on the network if ETH_DHCPEnable is set to FALSE |
||
IPAddress |
The Subnet Mask that will be used on the network if ETH_DHCPEnable is set to FALSE |
||
IPAddress |
The Gateway IPv4 address that will be used on the network if ETH_DHCPEnable is set to FALSE |
||
IPAddress |
The Primary DNS IPv4 address that will be used on the network if ETH_DHCPEnable is set to FALSE |
||
IPAddress |
The Secondary DNS IPv4 address that will be used on the network if ETH_DHCPEnable is set to FALSE |
||
MACAddress |
The MAC address that will be used for the Ethernet connection. |
||
String[16] |
The NetBIOS (Network Basic Input/Output System) name that will be used for the Ethernet connection |
||
Boolean |
Determines if the DHCP server on the Ethernet network is to be used to the connection settings. |
Read Only Variables
mIoTa ID |
Friendly Name (in mIoTa BASIC only) |
Data Type |
Brief Description |
Boolean |
Whether the Ethernet interface is connect and live. |