Share via


BluetoothLEPreferredConnectionParameters.MaxConnectionInterval プロパティ

定義

最大接続 inverval を取得します。 接続の inverval は、0x0006から0x0C80までの 1.25 ミリ秒の増分として定義されます。 Time(ms) = Interval * 1.25ms。

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

プロパティ値

UInt16

unsigned short

uint16_t

最大接続 inverval を表す 16 ビット符号なし整数値。

Windows の要件

アプリの機能
bluetooth

適用対象