Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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) |