thresholdMinimum property

  1. @XmlAttribute(name: 'E')
int? thresholdMinimum
final

Minimum threshold to activate the data log.

Threshold limit value is included in the value range to log. (2^31 -1) stops measurement.

Implementation

@annotation.XmlAttribute(name: 'E')
final int? thresholdMinimum;