다음을 통해 공유


Barometer.Start(SensorSpeed) 메서드

정의

기압계의 변경 내용에 대한 모니터링을 시작합니다.

public:
 static void Start(Microsoft::Maui::Devices::Sensors::SensorSpeed sensorSpeed);
public static void Start (Microsoft.Maui.Devices.Sensors.SensorSpeed sensorSpeed);
static member Start : Microsoft.Maui.Devices.Sensors.SensorSpeed -> unit
Public Shared Sub Start (sensorSpeed As SensorSpeed)

매개 변수

sensorSpeed
SensorSpeed

변경 내용을 수신 대기하는 속도입니다.

설명

디바이스에서 지원되지 않는 경우 throw FeatureNotSupportedException 됩니다. 가 이면 IsMonitoring 을 throw InvalidOperationException 합니다true.

적용 대상