User Guide

143
Standard NetLinx API (SNAPI) R 1.8.0
Keypad State Charts
Keypad Functions (Cont.)
Name Component Channel Level Command Constant Notes
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.
processButtonStateEvent
State Channel <btn>
RELEASE OFF
PUSH ON
processButtonStatusEvent
State Channel <btn> Channel <btn>+100
OFF OFF OFF
ON ON OFF
BLINK ON ON
Note: All Keypad commands include an index. This index is used to obtain the keypad component and the function is called on that component. The range for channel '<btn>' is 1 to
100; the corresponding range for channel '<btn> + 100' is 101 to 200. Channels above 200 are passed to the module for advanced processing.