E_PJLink_InputType

TYPE E_PJLink_InputType       :
(
    RGB,       (* RGB Input *)
    Video,     (* Video Input *)
    Digital,   (* Digital Input *)
    Storage,   (* Storage Input *)
    Network,   (* Network Input *)
    _Internal  (* Internal Input, only Class 2 *)
);
END_TYPE