Condividi tramite


BTH_LE_GATT_CHARACTERISTIC_VALUE struttura (bthledef.h)

La struttura BTH_LE_GATT_CHARACTERISTIC_VALUE descrive un valore di caratteristica del profilo generico Bluetooth Low Energy (LE) (GATT).

Sintassi

typedef struct _BTH_LE_GATT_CHARACTERISTIC_VALUE {
  ULONG DataSize;
#if ...
  UCHAR *Data[];
#else
  UCHAR Data[1];
#endif
} BTH_LE_GATT_CHARACTERISTIC_VALUE, *PBTH_LE_GATT_CHARACTERISTIC_VALUE;

Members

DataSize

Dimensioni, in byte, del valore di caratteristica Bluetooth LE GATT.

Data[*]

Puntatore ai dati del valore delle caratteristiche di Bluetooth LE GATT.

Data[1]

Puntatore ai dati del valore delle caratteristiche di Bluetooth LE GATT.

Requisiti

Requisito Valore
Client minimo supportato Versioni:_Supported in Windows 8
Intestazione bthledef.h (includere BthLEDef.h)

Vedi anche

Funzione di callback di notifica GATT Bluetooth

BluetoothGATTGetCharacteristicValue

BluetoothGATTSetCharacteristicValue