Share via


BluetoothLEPreferredConnectionParameters.LinkTimeout プロパティ

定義

接続リンク監視のタイムアウトを取得します。 接続リンク監視タイムアウトは、0x000Aから0x0C80までの 10 ミリ秒単位で定義されます。 Time(ms) = LinkTimeout * 10ms。

public:
 property unsigned short LinkTimeout { unsigned short get(); };
uint16_t LinkTimeout();
public ushort LinkTimeout { get; }
var uInt16 = bluetoothLEPreferredConnectionParameters.linkTimeout;
Public ReadOnly Property LinkTimeout As UShort

プロパティ値

UInt16

unsigned short

uint16_t

接続リンク監視タイムアウトを表す 16 ビット符号なし整数値。

Windows の要件

アプリの機能
bluetooth

適用対象