User Guide
Standard NetLinx API (SNAPI) R 1.8.0
320
Video Projector Functions (Cont.)
Name Component Channel Level Command Constant Notes
setPassbackOn(boolean) IModuleComponent PASSBACK-<state> Set the passback state where <state> is 1
or 0. When passback is on, all response
from the device will be passed back to the
NetLinx program as a string from the virtual
device
setProperty(key,value) IModuleComponent PROPERTY-
<key>,<value>
Set the value of property <key> to <value>
processDataInitializedEvent(boolean) IModuleComponentListener 252 DATA_INITIALIZED Feedback Channel: Module data is syn-
chronized with device while channel is on
processDebugEvent(int) IModuleComponentListener DEBUG-<state> Debug state changed where <state> is 1-4
for ERROR, WARNING, DEBUG, INFO
processDeviceOnLineEvent(boolean) IModuleComponentListener 251 DEVICE_COMMUNICATING Feedback Channel: Communication is
established with device while channel is on
processPassbackEvent(byte[]) IModuleComponentListener When passback is on, each string received
form the device is sent to the NetLinx pro-
gram as a string. Use a DATA_EVENT
event with a STRING handler to caputre
the data from the device.
cycleInputSource() ISourceSelectComponent 196 SOURCE_CYCLE Momentary Function Channel: Cycle input
source when channel is activated
getInputCount() ISourceSelectComponent ?INPUTCOUNT Query for the number of inputs
getInputGroupSelect() ISourceSelectComponent ?INPUTGROUPSE-
LECT
Query for currently selected input group
getInputProperties() ISourceSelectComponent ?INPUTPROPERTIES Query for the properties of all inputs
getInputProperty(index) ISourceSelectComponent ?INPUTPROPERTY Query for the properties of a specific input
getInputSelect() ISourceSelectComponent ?INPUTSELECT Query for currently selected input
getInputSource() ISourceSelectComponent ?INPUT Query current input, responds with INPUT-
<sourceSelect>,<inputNumber> where
<sourceSelect> is RGB,SVIDEO,COM-
POSITE,COMPO-
NENT,DVI,HDMI,SDI,VGA,AUDIO,AUXILIA
RY,CABLE,CAM-
ERA,CD,DVD,FRONT,HDTV,LASER-
DISC,LINE,MEDIAPLAYER,MINIDISC,PH
ONO,SATEL-
LITE,TAPE,TUNER,TV,VCR,VIDEO and
<inputNumber> is the instance number of
the source select
setInputGroupSelect(group) ISourceSelectComponent INPUTGROUPSE-
LECT-<inputGroup>
Set input group selection
setInputSelect(index) ISourceSelectComponent INPUTSELECT-
<index>
Set input selection
setInputSource(TV,1) ISourceSelectComponent 30 SOURCE_TV1 Momentary Function Channel: Selects
input TV,1 when channel is activated