ST_PJLink_INPT_Status

TYPE ST_PJLink_INPT_Status
STRUCT
bSuccessful           : BOOL; (* TRUE for 1 Cycle if command is successful. *)
sVideo_Channel        : STRING(1); (* Number of current Video Channel. *)
sDigital_Channel      : STRING(1); (* Number of current Digital Channel. *)
sStorage_Channel      : STRING(1); (* Number of current Storage Channel. *)
sNetwork_Channel      : STRING(1); (* Number of current Network Channel. *)
sInternal_Channel     : STRING(1); (* Number of current Internal Channel. *)
bErr_NonExistInptSrc  : BOOL;  (* Input does not Exist. *)
bErr_UnavailableTime  : BOOL;  (* Wrong time for projector to handle command. *)
bErr_ProjFailure      : BOOL;  (* Projector/Display failure. *)
END_STRUCT
END_TYPE