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
TriStateUnknownState is unknown. |
TriStateFalseState is a false boolean value. |
TriStateTrueState is a true boolean value. |
Requirements
| Requirement | Value |
|---|---|
| Header | ucxroothub.h (include Ucxclass.h) |
Feedback
Was this page helpful?
