GattCharacteristic.AttributeHandle Property

Definition

Gets the handle used to uniquely identify GATT-based characteristic attributes as declared on the Bluetooth LE device.

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

Property Value

UInt16

unsigned short

uint16_t

Handle that uniquely identifies GATT-based characteristic attributes.

Windows requirements

App capabilities
bluetooth

Applies to