Note

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

Access to this page requires authorization. You can try .

UCX_CONTROLLER_STATE enumeration (ucxcontroller.h)

This enumeration provides values to specify the UCX controller state after a reset.

Syntax

typedef enum _UCX_CONTROLLER_STATE {
 UcxControllerStateLost,
 UcxControllerStatePreserved
} UCX_CONTROLLER_STATE;

Constants

 
UcxControllerStateLost
Indicates the controller state was lost after reset.
UcxControllerStatePreserved
Indicates the controller state was preserved after reset.

Requirements

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

See also

UCX_CONTROLLER_RESET_COMPLETE_INFO


Feedback

Was this page helpful?

Additional resources