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
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) |