User Guide
Standard NetLinx API (SNAPI) R 1.8.0
328
Video Wall Functions (Cont.)
Name Component Channel Level Command Constant Notes
getWindowComponentAddress(index) IWindowComponent ?WINDOWADDR-
<index>
Query for the address of the window at
index <index>, responds with WINDOW-
ADDR-<index>,<address>
getWindowComponentIndex(windowAddress) IWindowComponent ?WINDOWIDX-
<address>
Query for the index of the window with
address <address>, responds with WIN-
DOWADDR-<index>,<address>
getWindowPosition() IWindowComponent ?WINDOW Query for the window position. Response
with WINDOW-<x>,<y>,<height>,<width>
getWindowSize() IWindowComponent ?WINDOW Query for the window size. Response with
WINDOW-<x>,<y>,<height>,<width>
getZOrder() IWindowComponent ?WINDOWZORDER Get the Z-order. Responds with WIN-
DOWZORDER-<value> where <value> is 1
to the maximum z-order of the device, 1 is
the top-most z-order (see specific module
documentation)
pan(UP) IWindowComponent 132 PAN_UP Momentary Function Channel: Image is
moved up one step within the window when
channel is activated
pan(DOWN) IWindowComponent 133 PAN_DN Momentary Function Channel: Image is
moved down one step within the window
when channel is activated
pan(LEFT) IWindowComponent 134 PAN_LT Momentary Function Channel: Image is
moved left one step within the window
when channel is activated
pan(RIGHT) IWindowComponent 135 PAN_RT Momentary Function Channel: Image is
moved right one step within the window
when channel is activated
removeWindowComponent(windowAddress) IWindowComponent WINDOWRE-
MOVEADDR-
<address>
Remove the window with address
<address>, where <address> is a window
address
removeWindowComponent(index) IWindowComponent WINDOWRE-
MOVEIDX-<index>
Remove the window at index <index>,
where <index> is 1 through x and x is the
maximum supported window index (see
specific module documentation)
setBrightness(level) IWindowComponent 10 BRIGHT_LVL Set brightness level, range is 0-255
setColor(level) IWindowComponent 11 COLOR_LVL Set color level, range is 0-255
setContrast(level) IWindowComponent 12 CONTRAST_LVL Set contrast level, range is 0-255
setFreezeOn(state) IWindowComponent 214 PIC_FREEZE_ON Discrete Function Channel: Freeze is on
while channel is active