Enumerazione TRISTATE (ucxroothub.h)

L'enumerazione TRISTATE indica valori di stato generici per true o false.

Sintassi

typedef enum _TRISTATE {
  TriStateUnknown,
  TriStateFalse,
  TriStateTrue
} TRISTATE;

Costanti

 
TriStateUnknown
Lo stato è sconosciuto.
TriStateFalse
State è un valore booleano false.
TriStateTrue
State è un valore booleano true.

Requisiti

Requisito Valore
Intestazione ucxroothub.h (include Ucxclass.h)