Share via


GattDescriptor.AttributeHandle Property

Definition

Gets the GATT Attribute handle used to uniquely identify this attribute on the GATT Server Device.

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

Property Value

UInt16

unsigned short

uint16_t

Handle that uniquely identifies this attribute on the GATT Server Device.

Windows requirements

App capabilities
bluetooth

Applies to