User Guide

Standard NetLinx API (SNAPI) R 1.8.0
208
Receiver Functions (Cont.)
Name Component Channel Level Command Constant Notes
pressMenuButton(Q) IMenuComponent ALPHA-Q Press menu button Q
pressMenuButton(R) IMenuComponent ALPHA-R Press menu button R
pressMenuButton(S) IMenuComponent ALPHA-S Press menu button S
pressMenuButton(T) IMenuComponent ALPHA-T Press menu button T
pressMenuButton(U) IMenuComponent ALPHA-U Press menu button U
pressMenuButton(V) IMenuComponent ALPHA-V Press menu button V
pressMenuButton(W) IMenuComponent ALPHA-W Press menu button W
pressMenuButton(X) IMenuComponent ALPHA-X Press menu button X
pressMenuButton(Y) IMenuComponent ALPHA-Y Press menu button Y
pressMenuButton(Z) IMenuComponent ALPHA-Z Press menu button Z
selectMenuItem() IMenuComponent 49 MENU_SELECT Momentary Function Channel: Select cur-
rent menu item
getDebugState() IModuleComponent ?DEBUG Query the debug level, responds with
DEBUG-<state> where <state> is 1-4 for
ERROR, WARNING, DEBUG, INFO
getFWVersion() IModuleComponent ?FWVERSION Query for the device firmware version,
responds with FWVERSION-<version>
getProperty(key) IModuleComponent ?PROPERTY-<key> Query for the value of property <key>,
respond with PROPERTY-<key>,<value>
getVersion() IModuleComponent ?VERSION Query for the module version, responds
with VERSION-<version>
loadProperties(fileName) IModuleComponent LOADPROPERTY-
<file>
Load properties from the file with the sup-
plied filename. Used to load meta-data
properties for modules including Generic IR
modules.
passThru(buffer) IModuleComponent PASSTHRU-<buffer> Send a message directly to the device
reinitialize() IModuleComponent REINIT Reinitialize communication with the device
setDebugState(state) IModuleComponent DEBUG-<state> Set the debug state where <state> is 1-4
for ERROR, WARNING, DEBUG, INFO
setDeviceDateTime(date) IModuleComponent CLOCK-<mm/dd/yyyy>
<hh:mm:ss>
Set the device date/time.
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