HingeAngleSensor.MinReportThresholdInDegrees Property

Definition

Gets the minimum reporting threshold for the hinge angle sensor, measured in degrees.

public:
 property double MinReportThresholdInDegrees { double get(); };
double MinReportThresholdInDegrees();
public double MinReportThresholdInDegrees { get; }
var double = hingeAngleSensor.minReportThresholdInDegrees;
Public ReadOnly Property MinReportThresholdInDegrees As Double

Property Value

Double

double

The minimum reporting threshold for the hinge angle sensor, in degrees.

Remarks

A report is generated only if the delta between the previous reported data reading and a new sample is greater than the HingeAngleSensor.MinReportThresholdInDegrees.

Applies to

See also