ST_PJLink_FREZ_Status

TYPE ST_PJLink2_FREZ_Status
STRUCT
    bSuccessful                    : BOOL;    (* TRUE for 1 Cycle if command is successful. *)
    bFreezeStatus                 : BOOL;    (* Freeze status 1--> Freeze ON 0 --> Freeze OFF. *)
    bErr_NotSupported         : BOOL;    (* Freeze is not supported by projector. *)
    bErr_OutOfParameter     : BOOL;    (* Invalid Parameter. *)
    bErr_UnavailableTime     : BOOL;    (* Wrong time for projector to handle command. *)
    bErr_ProjFailure              : BOOL;    (* Projector/Display failure. *)
END_STRUCT
END_TYPE