Start Back Next End
  
ZBasic System Library
ZBasic Microcontrollers
25
Net.Address
Type
Function returning UnsignedLong
Invocation
Net.Address(oct1, oct2, oct3, oct4)
Parameter
Method
Type
Description
oct1
ByVal
Byte
The first octet of the IP address.
oct2
ByVal
Byte
The second octet of the IP address.
oct3
ByVal
Byte
The third octet of the IP address.
oct4
ByVal
Byte
The fourth octet of the IP address.
Discussion
This function returns a 32-bit IPV4 address containing the four octets.  For example, to get the IP address
for 192.168.0.1 invoke it as Net.Address(192, 168, 0, 1).
Previous page Top Next page