window.runtime property | window.runtime.flash.net.InterfaceAddress |
Inheritance | InterfaceAddress Object |
Runtime Versions: | 2 |
See also
Properties
Property | Defined By | ||
---|---|---|---|
address : String
The Internet Protocol (IP) address. | InterfaceAddress | ||
broadcast : String
The broadcast address of the local network segment. | InterfaceAddress | ||
constructor : Object
A reference to the class object or constructor function for a given object instance. | Object | ||
ipVersion : String
The IP address type (IPv4 or IPv6). | InterfaceAddress | ||
prefixLength : int
The prefix length for this address. | InterfaceAddress | ||
prototype : Object [static]
A reference to the prototype object of a class or function object. | Object |
Public Methods
Property Detail
address | property |
address:String
Runtime Versions: | 2 |
The Internet Protocol (IP) address.
broadcast | property |
broadcast:String
Runtime Versions: | 2 |
The broadcast address of the local network segment.
ipVersion | property |
ipVersion:String
Runtime Versions: | 2 |
The IP address type (IPv4 or IPv6).
prefixLength | property |
prefixLength:int
Runtime Versions: | 2 |
The prefix length for this address.
For IPv4 addresses, this is the subnet mask. Examples of the prefix length for IPv4 values include: 8 (255.0.0.0), 16 (255.255.0.0) and 24 (255.255.255.0). Example IPv6 prefix length values include 128 (::1/128) and 32 (2001:db8::/32)
Note: If the prefix length for this address is not available, the value of
prefixLength
is -1
. A prefix value is not always returned by
the network implementation of a specific client computer.
Thu Sep 29 2011, 02:34 AM -07:00