Share via


Gyrometer.ReportThreshold 속성

정의

회전계 센서에 대한 GyrometerDataThreshold 를 가져옵니다.

public:
 property GyrometerDataThreshold ^ ReportThreshold { GyrometerDataThreshold ^ get(); };
GyrometerDataThreshold ReportThreshold();
public GyrometerDataThreshold ReportThreshold { get; }
var gyrometerDataThreshold = gyrometer.reportThreshold;
Public ReadOnly Property ReportThreshold As GyrometerDataThreshold

속성 값

Windows 요구 사항

디바이스 패밀리
Windows 10, version 2004 (10.0.19041.0에서 도입되었습니다.)
API contract
Windows.Foundation.UniversalApiContract (v10.0에서 도입되었습니다.)

설명

보고서는 이전에 보고된 데이터 읽기와 새 샘플 사이의 델타가 GyrometerDataThreshold보다 큰 경우에만 생성됩니다.

적용 대상