User Guide

163
Standard NetLinx API (SNAPI) R 1.8.0
Window
Component
Name: Window
Interface: IWindowComponent
IWindowComponent
Component Functions:
Name: Channel: Level: Command: Constant: Notes:
addWindowCompo-
nent(index,windowAd-
dress)
WINDOWADD-<index>,<address> Add a window at a given index, where <index> is 1 through x and <address> is a win-
dow address and x is the maximum supported window index (see specific module doc-
umentation)
adjustBrightness(1) 148 BRIGHT_UP Momentary Function Channel: Brightness is incremented when channel is activated
adjustBrightness(-1) 149 BRIGHT_DN Momentary Function Channel: Brightness is decremented when channel is activated
adjustColor(1) 150 COLOR_UP Momentary Function Channel: Color is incremented when channel is activated
adjustColor(-1) 151 COLOR_DN Momentary Function Channel: Color is decremented when channel is activated
adjustContrast(1) 152 CONTRAST_UP Momentary Function Channel: Contrast is incremented when channel is activated
adjustContrast(-1) 153 CONTRAST_DN Momentary Function Channel: Contrast is decremented when channel is activated
adjustSharpness(1) 154 SHARP_UP Momentary Function Channel: Sharpness is incremented when channel is activated
adjustSharpness(-1) 155 SHARP_DN Momentary Function Channel: Sharpness is decremented when channel is activated
adjustTint(1) 156 TINT_UP Momentary Function Channel: Tint is incremented when channel is activated
adjustTint(-1) 157 TINT_DN Momentary Function Channel: Tint is decremented when channel is activated
cycleFreeze() 213 PIC_FREEZE Momentary Function Channel: Cycle freeze when channel is activated
cyclePictureMute() 210 PIC_MUTE Momentary Function Channel: Cycle picture mute when channel is activated
getImagePosition() ?IMAGE Query for the image position. Response with IMAGE-
<source>,<x>,<y>,<height>,<width> where <source> is 1 to the maximum source num-
ber (see specific module documentation)
getImageSize() ?IMAGE Query for the image size. Response with IMAGE-<source>,<x>,<y>,<height>,<width>
where <source> is 1 to the maximum source number (see specific module documenta-
tion)
getImageSource() ?IMAGE Query for the image source. Response with IMAGE-
<source>,<x>,<y>,<height>,<width> where <source> is 1 to the maximum source num-
ber (see specific module documentation)
getWindowComponen-
tAddress(index)
?WINDOWADDR-<index> Query for the address of the window at index <index>, responds with WINDOWADDR-
<index>,<address>
getWindowCompo-
nentIndex(windowAd-
dress)
?WINDOWIDX-<address> Query for the index of the window with address <address>, responds with WINDOW-
ADDR-<index>,<address>
getWindowPosition() ?WINDOW Query for the window position. Response with WINDOW-<x>,<y>,<height>,<width>
getWindowSize() ?WINDOW Query for the window size. Response with WINDOW-<x>,<y>,<height>,<width>