ST_PJLink_Projector_Status

TYPE ST_PJLink_Projector_Status
STRUCT
    stAVMT : ST_PJLink_AVMT_Status;   //Struct with information about the AV-mute status.
    stCLSS : ST_PJLink_CLSS_Status;   //Struct with information about the PJLink-class status.
    stERST : ST_PJLink_ERST_Status;   //Struct with information about the error status.
    stINF1 : ST_PJLink_INF1_Status;   //Struct with information about the manufacturer.
    stINF2 : ST_PJLink_INF2_Status;   //Struct with information about the product.
    stINFO : ST_PJLink_INFO_Status;   //Struct with further information about the projector.
    stINPT : ST_PJLink_INPT_Status;   //Struct with information about the current media input.
    stINST : ST_PJLink_INST_Status;   //Struct with information about all available media inputs.
    stLAMP : ST_PJLink_LAMP_Status;   //Struct with information about the lamp status.
    stNAME : ST_PJLink_NAME_Status;   //Struct with information about the projector name.
    stPOWR : ST_PJLink_POWR_Status;   //Struct with information about the Power status.
    stSNUM : ST_PJLink2_SNUM_Status;  //Struct with information about the Serialnumber.
    stSVER : ST_PJLink2_SVER_Status;  //Struct with information about the Software Version.
    stINNM : ST_PJLink2_INNM_Status;  //Struct with information about the name of Input Terminal.
    stIRES : ST_PJLink2_IRES_Status;  //Struct with information about the Input Resolution.
    stRRES : ST_PJLink2_RRES_Status;  //Struct with information about the recommended resolution.
    stFILT : ST_PJLink2_FILT_Status;  //Struct with information about the Filter usage time.
    stRLMP : ST_PJLink2_RLMP_Status;  //Struct with information about the lamp part number.
    stRFIL : ST_PJLink2_RFIL_Status;  //Struct with information about the filter part number.
    stSVOL : ST_PJLink2_SVOL_Status;  //Struct with information about the Speaker Volume.
    stMVOL : ST_PJLink2_MVOL_Status;  //Struct with information about the Mic Volume.
    stFREZ : ST_PJLink2_FREZ_Status;  //Struct with information about the freeze status.
END_STRUCT
END_TYPE

This structure is used to bundle all the information that are received from the projector (output parameter: stProjStatus).