HardwareInfo

data class HardwareInfo(val gatewayModel: String, val networkInterfaceType: GatewayDeviceInfo.HardwareInfo.NetworkInterfaceType?)

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

Constructors

Link copied to clipboard
constructor(gatewayModel: String, networkInterfaceType: GatewayDeviceInfo.HardwareInfo.NetworkInterfaceType?)

Properties

Link copied to clipboard

The model of the gateway device.

Link copied to clipboard

The type of network interface used by the gateway (optional).