ST_PJLink_POWR_Status

TYPE ST_PJLink_POWR_Status
STRUCT
    bSuccessful           : BOOL; (* TRUE for 1 Cycle if command is successful. *)
    bOn                   : BOOL; (* Projector is on. *)
    bOff                  : BOOL; (* Projector is off. *)
    bCooling              : BOOL; (* Projector is cooling. *)
    bWarmup               : BOOL; (* Projector is starting. *)
    bErr_UnavailableTime  : BOOL; (* Wrong time for projector to handle command. *)
    bErr_ProjFailure      : BOOL; (* Projector/Display failure. *)
END_STRUCT
END_TYPE