Share via


GattDescriptor.AttributeHandle Propriété

Définition

Obtient le handle d’attribut GATT utilisé pour identifier cet attribut de manière unique sur l’appareil de serveur GATT.

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

Valeur de propriété

UInt16

unsigned short

uint16_t

Gérer qui identifie de manière unique cet attribut sur l’appareil de serveur GATT.

Configuration requise pour Windows

Fonctionnalités de l’application
bluetooth

S’applique à