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 属性支持的最大采样间隔。

适用于