enumerazione KSDEVICE_THERMAL_STATE (ks.h)
Enumerazione definita da KS per le modifiche dello stato termico.
Sintassi
typedef enum {
KSDEVICE_THERMAL_STATE_LOW,
KSDEVICE_THERMAL_STATE_HIGH
} KSDEVICE_THERMAL_STATE;
Costanti
KSDEVICE_THERMAL_STATE_LOW Rappresenta il valore LOW per le notifiche termiche. Questo è in genere determinato dal driver Avstream e trasmesso a KS in risposta ai callback di notifica termica. |
KSDEVICE_THERMAL_STATE_HIGH Rappresenta il valore HIGH per le notifiche termiche. Questo è in genere determinato dal driver Avstream e trasmesso a KS in risposta ai callback di notifica termica. |
Fabbisogno
Requisito | Valore |
---|---|
intestazione | ks.h (include Ks.h) |