BLUETOOTH_GATT_VALUE_CHANGED_EVENT Struktur (bthledef.h)
Die BLUETOOTH_GATT_VALUE_CHANGED_EVENT-Struktur beschreibt einen geänderten Attributwert.
Syntax
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;
Member
ChangedAttributeHandle
Das Handle für das -Attribut.
CharacteristicValueDataSize
Die Größe von CharacteristicValue in Bytes.
CharacteristicValue
Der Merkmalswert.
Anforderungen
Anforderung | Wert |
---|---|
Unterstützte Mindestversion (Client) | Versionen:_Supported in Windows 8 |
Kopfzeile | bthledef.h (include BthLEDef.h) |