Difference between revisions of "NXSL:InetAddress"
Jump to navigation
Jump to search
(Created page with "Represents IP address. '''Class Name''' InetAddress '''Attributes''' {| class="wikitable" |- ! Name !! Type !! Description |- | address || string || Textual representati...") |
(No difference)
|
Revision as of 20:05, 22 July 2017
Represents IP address.
Class Name
InetAddress
Attributes
Name | Type | Description |
---|---|---|
address | string | Textual representation of IP address |
family | string | Address family (either "inet", "inet6", or "unspec") |
isAnyLocal | boolean | True if address is "any local" address |
isBroadcast | boolean | True if address is a broadcast address |
isLinkLocal | boolean | True if address is a link local address |
isLoopback | boolean | True if address is a loopback address |
isMulticast | boolean | True if address is a multicast address |
isValid | boolean | True if address is a valid address |
isValidUnicast | boolean | True if address is a valid unicast address (loopback or link local address is not considered valid unicast address) |
mask | int32 | Network mask length (number of bits in network mask) |