SensorHardwareVersion

data class SensorHardwareVersion(val powerSupply: SensorHardwareVersion.PowerSupplyType, val communicationInterface: SensorHardwareVersion.CommunicationInterface, val features: Set<SensorHardwareVersion.DeviceFeature>, val hardwareVersion: String, val model: String)

Represents the hardware version of a sensor device.

Constructors

Link copied to clipboard
constructor(powerSupply: SensorHardwareVersion.PowerSupplyType, communicationInterface: SensorHardwareVersion.CommunicationInterface, features: Set<SensorHardwareVersion.DeviceFeature>, hardwareVersion: String, model: String)

Properties

Link copied to clipboard

The communication interface used by the device.

Link copied to clipboard

A set of features supported by the device.

Link copied to clipboard

The hardware version of the device.

Link copied to clipboard

The model name of the device.

Link copied to clipboard

The type of power supply used by the device.