Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

TRISTATE enumeration (ucxroothub.h)

The TRISTATE enumeration indicates generic state values for true or false.

Syntax

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

Constants

 
TriStateUnknown
State is unknown.
TriStateFalse
State is a false boolean value.
TriStateTrue
State is a true boolean value.

Requirements

Requirement Value
Header ucxroothub.h (include Ucxclass.h)

Feedback

Was this page helpful?

Additional resources