Motorola Mobility Confidential Restricted.
ToiNetIpDeviceInterfaceInfo Interface Reference

Description

This is the documentation for ToiNetIpDeviceInterfaceInfo.
Network interface info. Use toi.statics.ToiNetIpDeviceInterfaceInfo.create(<id>, <name>, <isEnabled>, <isReady>, <addressAcquisition>, <ipAddress>, <netmask>, <gateway>) to create an instance of ToiNetIpDeviceInterfaceInfo.

import "ToiNetIpDeviceInterfaceInfo.idl";

List of all members.

Public Attributes

attribute
ToiNetIpDevice::TToiInterfaceId 
id
attribute string name
attribute boolean isEnabled
attribute boolean isReady
attribute
ToiNetIpDevice::TToiAddressAcquisition 
addressAcquisition
attribute string ipAddress
attribute string netmask
attribute string gateway

Member Data Documentation

Network device gateway in readable form.

Network interface identifier.

Network device IP address in readable form.

Indicates whether the network interface is enabled or not.

Indicates whether the network interface is ready or not. When interface is ready it means it is enabled and configured.

Network interface name.

Network device netmask in readable form (e.g. "255.255.254.0").