ST_PJLink_ERST_Status

TYPE ST_PJLink_ERST_Status
STRUCT
    stFan                  : ST_PJLink_ERST_Errors;
    stLamp                 : ST_PJLink_ERST_Errors;
    stTemperature          : ST_PJLink_ERST_Errors;
    stCover                : ST_PJLink_ERST_Errors;
    stFilter               : ST_PJLink_ERST_Errors;
    stOther                : ST_PJLink_ERST_Errors;
    bErr_UnavailableTime   : BOOL;  (* Wrong time for projector to handle command. *)
    bErr_ProjFailure       : BOOL;  (* Projector/Display failure. *)
END_STRUCT
END_TYPE