Class Val.Inet
- Description
Lightweight IPv4 and IPv6 address type that stores the netmask and allows simple arithmetic and comparison operators.
- Variable
address
int
Val.Inet.address- Description
IP address converted to an integer. IPv4 addresses will be 32-bit or less.
- Variable
masklen
int
Val.Inet.masklen- Description
Defines the netmask. For both IPv4 and IPv6 addresses, masklen will be 128 in case of full addresses.