Ethernet

data class Ethernet(val dhcpEnabled: Boolean, val macAddress: BluetoothMacAddress, val ipAddress: IpAddress, val subnetMask: NetMask, val gatewayIp: IpAddress, val dnsIp: IpAddress)

This data class holds information about the gateway device's ethernet connection.

Constructors

Link copied to clipboard
constructor(dhcpEnabled: Boolean, macAddress: BluetoothMacAddress, ipAddress: IpAddress, subnetMask: NetMask, gatewayIp: IpAddress, dnsIp: IpAddress)

Properties

Link copied to clipboard

Indicates whether DHCP is enabled.

Link copied to clipboard

The DNS IP address of the ethernet interface.

Link copied to clipboard

The gateway IP address of the ethernet interface.

Link copied to clipboard

The IP address of the ethernet interface.

Link copied to clipboard

The MAC address of the ethernet interface.

Link copied to clipboard

The subnet mask of the ethernet interface.