Title here
Summary here
AbstractNetworkInterfaceKind: global abstract class
Extends: AbstractNetworkInterface
Model:
Properties
| Name | Type | Description |
|---|---|---|
| isNetworkInterfaceDetails | boolean | flag (always true) |
| enable | boolean | true if the network interface is enabled |
| hwaddr | String | The networking interface hardware address |
| multicast | boolean | true if the network interface is a multicast address |
| ipv4 | boolean | true if the network interface is IPv4 |
| ipv6 | boolean | true if the network interface is IPv6 |
| state | NetworkInterfaceStateConst | The networking interface state |
Model holding a Networking interface details.