This is the documentation for ToiNetIpDeviceInterfaceInfo.
Network interface info. Use toi.statics.ToiNetIpDeviceInterfaceInfo.create(<id>, <name>, <isOperational>, <hasLink>, <addressAcquisition>, <ipAddress>, <netmask>, <gateway>) to create an instance of ToiNetIpDeviceInterfaceInfo.
import "ToiNetIpDeviceInterfaceInfo.idl";
Public Attributes | |
| attribute ToiNetIpDevice::TToiInterfaceId | id |
| attribute string | name |
| attribute boolean | isOperational |
| attribute boolean | hasLink |
| attribute ToiNetIpDevice::TToiAddressAcquisition | addressAcquisition |
| attribute string | ipAddress |
| attribute string | netmask |
| attribute string | gateway |
The IP address acquisition method.
| attribute string ToiNetIpDeviceInterfaceInfo::gateway |
Network device gateway in readable form.
| attribute boolean ToiNetIpDeviceInterfaceInfo::hasLink |
Indicates whether the network interface has link or not.
Network interface identifier.
| attribute string ToiNetIpDeviceInterfaceInfo::ipAddress |
Network device IP address in readable form.
| attribute boolean ToiNetIpDeviceInterfaceInfo::isOperational |
Indicates whether the network interface is operational or not.
| attribute string ToiNetIpDeviceInterfaceInfo::name |
Network interface name.
| attribute string ToiNetIpDeviceInterfaceInfo::netmask |
Network device netmask in readable form (e.g. "255.255.254.0").