GattDescriptor.AttributeHandle Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Handle that uniquely identifies this attribute on the GATT Server Device.
Windows requirements
App capabilities |
bluetooth
|