SensorDescriptor

data class SensorDescriptor(val propertyId: UShort, val tolerancePositive: UShort, val toleranceNegative: UShort, val samplingFunction: UByte, val measurementPeriod: UByte, val updateInterval: UByte)

Sensor descriptor metadata.

Constructors

Link copied to clipboard
constructor(propertyId: UShort, tolerancePositive: UShort, toleranceNegative: UShort, samplingFunction: UByte, measurementPeriod: UByte, updateInterval: UByte)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard