Owner`s manual

InputKeyBdColor
Parameters: termID, line, position, prompt, shifted, timestamped, FG, BG
Function: This instructs the ActiveTerminal to display the prompt at line and position and wait for
data to be entered from the terminal keypad only. FG and BG are ForeGround and
BackGround color, see table above for key.
InputKeyBd (deprecated)
Parameters: termID, line, position, prompt, shifted, timestamped
Function: Provided for backward compatibility. Use InputKeyBdColor for new applications
InputExtKeyBd
Parameters: termID, line, position, prompt
Function: This instructs the ActiveTerminal to display the prompt at line and position and wait for
data to be received from the PS/2 keyboard attached using an adaptor to the terminal
serial port. Waiting for external keyboard input can be bypassed by pressing the enter
key on the terminal which will send an empty data string to the host (fires the
OnTermData event handler). External keyboards are supported by terminals using
firmware version RFU1010 or later.
InputScannerColor
Parameters: termID, line, position, prompt, allowbreakout, timestamped,FG,BG
Function: This instructs the ActiveTerminal to display the prompt at line and position and wait for
data to be entered from the terminal scanner only. Setting allowbreakout to true allow
user to "breakout" of scanner only mode by pressing the end key on the terminal. A
termID+CR will be sent to the host. FG and BG are ForeGround and BackGround color,
see table above for key.
InputScanner (deprecated)
Parameters: termID, line, position, prompt, allowbreakout, timestamped
Function: Provided for backward compatibility. Use InputScannerColor for new applications
InputYesNoColor
Parameters: termID, line, position, prompt, FG,BG
Function: This instructs the ActiveTerminal to display the prompt at line and position and wait for
a Yes (Enter key or C key) or a No (0 key or B key) from the terminal keypad. FG and
BG are ForeGround and BackGround color, see table above for key.
Note: C and B keys are used to facilitate keypad entry while scanning with the
integrated laser.
InputYesNo (deprecated)
Parameters: termID, line, position, prompt
Function: Provided for backward compatibility. Use InputYesNoColor for new applications
InputPasswordColor
Parameters: termID, line, position, prompt, shifted,FG,BG
Function: This instructs the ActiveTerminal to display the prompt at line and position and wait for
85