MPISequenceState
Definition
|
typedef enum {
MPISequenceStateSTOPPED = 0,
MPISequenceStateSTARTED,
} MPISequenceState; |
Description
MPISequenceState is an enumeration of fan status bit for use in the MPIControlFanStatusMask. The status bits represent the present status condition(s) for the fan controller on a given Control object.
|
MPISequenceStateSTOPPED |
Means that the XMP's on-board program sequencer state is stopped. The program sequencer is in this state after it is created, and is not running. If the program sequencer has already been started, then a call to the MPI method mpiSequenceStop will stop the sequencer, and the sequencer state will be MPISequenceStateSTOPPED. |
MPISequenceStateSTARTED |
Means that the XMP's on-board program sequencer state is running. The program sequencer is in this state after it has been created, and successfully started with a call to the MPI method mpiSequenceStart. |
|
See Also
|