GattCharacteristic.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 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
Handle that uniquely identifies GATT-based characteristic attributes.
Windows requirements
App capabilities |
bluetooth
|