The type of IP number. The value is one of the values of the IPNumType enum
The decimal value represented by the IP number in BigInteger
Method to return the decimal value represented by the IP number in BigInteger
the decimal value represented by the IP number in BigInteger
Method to check of the IP number is not the maximum IP number value. That it, it has a next value.
true, if the IP number has next value. False otherwise
Method to check of the IP number is not the minimum IP number value. That it, it has a previous value.
true, if the IP number has previous value. False otherwise
Method to return the next IP number
the next IP number
Method to return the previous IP number
the previous IP number
Method to return the string representation of the IP number
Generated using TypeDoc
Represents the shape of an Internet Protocol number. It describes properties and operations that can be performed on all Internet Protocol numbers.