User Guide
135
Standard NetLinx API (SNAPI) R 1.8.0
Text Keypad
Component
Name: Text Keypad
Interface: ITextKeypadComponent
ITextKeypadComponent
Component Functions:
Name: Channel: Level: Command: Constant: Notes:
clearDisplay() TEXT- Clear display. "-" is optional
setBacklightOn(state) TEXTBACKLIGHT-<state> Set BacklightOn where (see specific module documentation)
setText(line,column,text) TEXT-<line>,<column>,<text> Set text starting at a given line and column. Characters will be overwritten as needed
based on text. Text will not wrap around to the next line.
setTextDisplay(text) TEXT-<text> Set text starting at line 1 and column 1. Text will wrap around to the next line to fill the
display.
setTextLine(line,text) TEXT-<line>,<text> Set text starting at column 1 of the line specified. Text will not wrap around to the next
line.
Listener
Name: Text Keypad Listener
Interface: ITextKeypadComponentListener
ITextKeypadComponentListener
Listener Functions:
Name: Channel: Level: Command: Constant: Notes:
Intentionally left blank