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";
Public Attributes | |
| attribute unsigned long | leaseTime |
| attribute unsigned long | leaseRemainingTime |
| attribute unsigned long | renewalAttemptCount |
| attribute unsigned long | renewalSuccessCount |
| attribute unsigned long ToiNetIpDeviceDhcpStatus::leaseRemainingTime |
Time in seconds remaining in IP address lease renewal.
| attribute unsigned long ToiNetIpDeviceDhcpStatus::leaseTime |
IP address lease time in seconds.
| attribute unsigned long ToiNetIpDeviceDhcpStatus::renewalAttemptCount |
IP address renewal attempt count.
| attribute unsigned long ToiNetIpDeviceDhcpStatus::renewalSuccessCount |
IP address renewal success count.