AbstractNetworkInterfaceDetails

AbstractNetworkInterfaceDetails ⇐ AbstractNetworkInterface

Kind: global abstract class
Extends: AbstractNetworkInterface
Model:
Properties

NameTypeDescription
isNetworkInterfaceDetailsboolean

flag (always true)

enableboolean

true if the network interface is enabled

hwaddrString

The networking interface hardware address

multicastboolean

true if the network interface is a multicast address

ipv4boolean

true if the network interface is IPv4

ipv6boolean

true if the network interface is IPv6

stateNetworkInterfaceStateConst

The networking interface state

AbstractNetworkInterfaceDetails()

Model holding a Networking interface details.