estructura BLUETOOTH_GATT_VALUE_CHANGED_EVENT (bthledef.h)
La estructura BLUETOOTH_GATT_VALUE_CHANGED_EVENT describe un valor de atributo cambiado.
Sintaxis
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;
Miembros
ChangedAttributeHandle
Identificador del atributo.
CharacteristicValueDataSize
Tamaño, en bytes, de CharacteristicValue.
CharacteristicValue
Valor de característica.
Requisitos
Requisito | Value |
---|---|
Cliente mínimo compatible | Versiones:_Supported en Windows 8 |
Encabezado | bthledef.h (incluya BthLEDef.h) |