ST_PJLink_AVMT_Status

TYPE ST_PJLink_AVMT_Status
STRUCT
    bSuccessful           : BOOL;  (* TRUE for 1 Cycle if command is successful. *)
    bVideoMuted           : BOOL;  (* Current state of Videomute. *)
    bAudioMuted           : BOOL;  (* Current state of Audiomute. *)
    bErr_OutOfParameter   : BOOL;  (* Error invalid parameter value. *)
    bErr_UnavailableTime  : BOOL;  (* Wrong time for projector to handle command. *)
    bErr_ProjFailure      : BOOL;  (* Projector/Display failure. *)
END_STRUCT
END_TYPE