ST_PJLink_SVOL_Status

TYPE ST_PJLink2_SVOL_Status
STRUCT
    bSuccessful              : BOOL;    (* True for 1 Cycle if command is successful. *)
    bErr_SpeakerNotInstalled : BOOL;    (* No Speaker Installed. *)
    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