次の方法で共有


GattDeviceService.AttributeHandle プロパティ

定義

Bluetooth LE デバイスで宣言されている GATT ベースのサービス属性を一意に識別するために使用されるハンドルを取得します。

public:
 property unsigned short AttributeHandle { unsigned short get(); };
uint16_t AttributeHandle();
public ushort AttributeHandle { get; }
var uInt16 = gattDeviceService.attributeHandle;
Public ReadOnly Property AttributeHandle As UShort

プロパティ値

UInt16

unsigned short

uint16_t

GATT ベースのサービス属性を一意に識別するための ハンドル。

Windows の要件

アプリの機能
bluetooth

適用対象