BluetoothLEPreferredConnectionParameters.LinkTimeout 属性

定义

获取连接链接监督超时。 连接链路监督超时以 10 毫秒为增量定义,范围从 0x000A 到 0x0C80。 时间 (ms) = LinkTimeout * 10 毫秒。

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

适用于