HingeAngleSensor.ReportThresholdInDegrees Property

Definition

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

public:
 property double ReportThresholdInDegrees { double get(); void set(double value); };
double ReportThresholdInDegrees();

void ReportThresholdInDegrees(double value);
public double ReportThresholdInDegrees { get; set; }
var double = hingeAngleSensor.reportThresholdInDegrees;
hingeAngleSensor.reportThresholdInDegrees = double;
Public Property ReportThresholdInDegrees As Double

Property Value

Double

double

The 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.ReportThresholdInDegrees.

Applies to

See also