Compartir a través de


GattDescriptor.AttributeHandle Propiedad

Definición

Obtiene el identificador de atributo GATT que se usa para identificar de forma única este atributo en el dispositivo del servidor 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

Valor de propiedad

UInt16

unsigned short

uint16_t

Controle que identifica de forma única este atributo en el dispositivo del servidor GATT.

Requisitos de Windows

Características de aplicaciones
bluetooth

Se aplica a