NativeContinuousLimit

data class NativeContinuousLimit<ValueType : Comparable<ValueType>>(val lLimit: ValueType? = null, val lHystLimit: ValueType? = null, val lCompareType: ContinuousCompareType, val uLimit: ValueType? = null, val uHystLimit: ValueType? = null, val uCompareType: ContinuousCompareType, val cameText: String? = null, val wentText: String? = null)

Граница диапазона в нативном представлении, не proto

Constructors

Link copied to clipboard
constructor(lLimit: ValueType? = null, lHystLimit: ValueType? = null, lCompareType: ContinuousCompareType, uLimit: ValueType? = null, uHystLimit: ValueType? = null, uCompareType: ContinuousCompareType, cameText: String? = null, wentText: String? = null)

Properties

Link copied to clipboard
val cameText: String? = null
Link copied to clipboard
Link copied to clipboard
val lHystLimit: ValueType? = null
Link copied to clipboard
val lLimit: ValueType? = null
Link copied to clipboard
Link copied to clipboard
val uHystLimit: ValueType? = null
Link copied to clipboard
val uLimit: ValueType? = null
Link copied to clipboard
val wentText: String? = null