Unit
ScVio
type
TIPVersion = (ivIPv4, ivIPv6, ivIPBoth);
Description
The TIPVersion enumeration represents the Internet Protocol versions.
Value | Meaning |
ivIPv4 | Specifies the IPv4 address. |
ivIPv6 | Specifies the IPv6 address. |
ivIPBoth | Specifies both the IPv4 or the IPv6 address. |