MPIControlStatus
Definition
typedef struct MPIControlStatus {
MPIEventMask eventMask;
MPIControlFanStatusMask fanStatus;
} MPIControlStatus;
Change History: Added in the 03.02.00
Description
MPIControlStatus is an MPI structure that is used to describe the current state of the controller's object. The XMP-Series controllers do not have fans and therefore do not support fanStatus. The ZMP-Series controllers have an optional processor cooling fan and support fanStatus.
eventMask | Array that defines the event mask bits. The controller event bits are defined in the MPIEventType enumeration. |
fanStatus | Value is an enumeration of bit masks for the MPIControlFanStatusFlags. The status mask represents the present condition of the fan controller. |
See Also
MPIControlFanStatusFlags | MPIControl | MPIControlStatus | MPIControlFanStatusMask | MPIEventType | mpiEventMaskCONTROL