Motorola Mobility Confidential Restricted.
ToiNetIpDeviceDhcpStatus Interface Reference

Description

This is the documentation for ToiNetIpDeviceDhcpStatus.
DHCP status. Use toi.statics.ToiNetIpDeviceDhcpStatus.create(<leaseTime>, <leaseRemainingTime>, <renewalAttemptCount>, <renewalSuccessCount>) to create an instance of ToiNetIpDeviceDhcpStatus.

import "ToiNetIpDeviceDhcpStatus.idl";

List of all members.

Public Attributes

attribute unsigned long leaseTime
attribute unsigned long leaseRemainingTime
attribute unsigned long renewalAttemptCount
attribute unsigned long renewalSuccessCount

Member Data Documentation

Time in seconds remaining in IP address lease renewal.

attribute unsigned long ToiNetIpDeviceDhcpStatus::leaseTime

IP address lease time in seconds.

IP address renewal attempt count.

IP address renewal success count.