次の方法で共有


GattCharacteristic.AttributeHandle プロパティ

定義

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

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

プロパティ値

UInt16

unsigned short

uint16_t

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

Windows の要件

アプリの機能
bluetooth

適用対象