次の方法で共有


BluetoothSignalStrengthFilter.SamplingInterval プロパティ

定義

受信したシグナル強度インジケーター (RSSI) イベントがサンプリングされる間隔。

public:
 property IReference<TimeSpan> ^ SamplingInterval { IReference<TimeSpan> ^ get(); void set(IReference<TimeSpan> ^ value); };
IReference<TimeSpan> SamplingInterval();

void SamplingInterval(IReference<TimeSpan> value);
public System.Nullable<System.TimeSpan> SamplingInterval { get; set; }
var iReference = bluetoothSignalStrengthFilter.samplingInterval;
bluetoothSignalStrengthFilter.samplingInterval = iReference;
Public Property SamplingInterval As Nullable(Of TimeSpan)

プロパティ値

RSSI イベントがサンプリングされる間隔。

Windows の要件

アプリの機能
bluetooth

注釈

このプロパティの有効な範囲は、0 以上です。

SamplingInterval が 0 の場合、他の BluetoothSignalStrengthFilter プロパティを介して構成された条件を満たすすべての受信 RSSI イベントが反映されます。 サンプリング間隔が最大制限値 (現在は 25.5 秒) 以上の場合、サンプリングは無効になり、RSSI イベントは、範囲内と範囲外の間で遷移する場合にのみ、トリガーされた基準で伝達されます。 それ以外の場合は、SamplingInterval 内で受信した RSSI イベントの集計 RSSI 値 (ほとんどの場合平均) が伝達されます。 SamplingInterval 内で RSSI イベントが受信されていない場合、RSSI イベントは伝達されません。

適用対象