MPIControlFanStatusFlag
Definition
typedef enum { MPIControlFanStatusFlagSTATUS_NOT_AVAILABLE, /* 0 */ MPIControlFanStatusFlagFAN_OK, /* 1 */ MPIControlFanStatusFlagFAN_ERROR, /* 2 */ MPIControlFanStatusFlagOVER_TEMP_LIMIT, /* 3 */ } MPIControlFanStatusFlag;
Change History: Added in the 03.02.00
Description
MPIControlFanStatusFlag 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.
|
See Also
MPIControl | MPIControlFanStatus | MPIControlFanStatusMask