BLUETOOTH_GATT_VALUE_CHANGED_EVENT struttura (bthledef.h)
La struttura BLUETOOTH_GATT_VALUE_CHANGED_EVENT descrive un valore dell'attributo modificato.
Sintassi
typedef struct _BLUETOOTH_GATT_VALUE_CHANGED_EVENT {
USHORT ChangedAttributeHandle;
size_t CharacteristicValueDataSize;
PBTH_LE_GATT_CHARACTERISTIC_VALUE CharacteristicValue;
} BLUETOOTH_GATT_VALUE_CHANGED_EVENT, *PBLUETOOTH_GATT_VALUE_CHANGED_EVENT;
Members
ChangedAttributeHandle
Handle dell'attributo.
CharacteristicValueDataSize
Dimensioni, in byte, di CharacteristicValue.
CharacteristicValue
Valore caratteristica.
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Versioni:_Supported in Windows 8 |
Intestazione | bthledef.h (includere BthLEDef.h) |