다음을 통해 공유


BluetoothLEAdvertisementWatcherTrigger.MaxSamplingInterval 속성

정의

이 트리거의 SignalStrengthFilter 속성에 지원되는 최대 샘플링 간격을 가져옵니다. 최대 샘플링 간격은 샘플링 필터를 비활성화하고 범위를 벗어나는 디바이스에 따라 수신된 이벤트만 트리거하는 데 사용됩니다.

public:
 property TimeSpan MaxSamplingInterval { TimeSpan get(); };
TimeSpan MaxSamplingInterval();
public System.TimeSpan MaxSamplingInterval { get; }
var timeSpan = bluetoothLEAdvertisementWatcherTrigger.maxSamplingInterval;
Public ReadOnly Property MaxSamplingInterval As TimeSpan

속성 값

이 트리거의 SignalStrengthFilter 속성에 대해 지원되는 최대 샘플링 간격입니다.

적용 대상