DhcpLeaseAddress

data class DhcpLeaseAddress(val ipAddress: String, val macAddress: String, val hostName: String)

client devices information

Constructors

Link copied to clipboard
constructor(ipAddress: String, macAddress: String, hostName: String)

Properties

Link copied to clipboard

host name of client device

Link copied to clipboard

IP address of client device

Link copied to clipboard

MAC address of client device