Worth Data 7000 manual Parameters basename, channel, terminal, data

Models: 7000

1 95
Download 95 pages 40.52 Kb
Page 61
Image 61

the end key on the terminal. A termID+CR will be sent to the host.

InputYesNo

Parameters: basename, channel, terminal, line, position, prompt

Function: This instructs the terminal attached to client basename on channel 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.

Note: C and B keys are used to facilitate keypad entry while scanning with the integrated laser.

InputPassword

Parameters: basename, channel, terminal, line, position, prompt, shifted

Function: This instructs the terminal attached to client basename on channel to display the prompt at line and position and wait for data to be entered from the terminal keypad only. The entered data is not displayed on the terminal.

InputSerial

Parameters: basename, channel, terminal, line, position, prompt

Function: This instructs the terminal attached to client basename on channel to display the prompt at line and position and wait for data to be received through the terminal serial port. Waiting for serial 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).

OutputSerial

Parameters: basename, channel, terminal, data

Function: This instructs the terminal attached to client basename on channel to send data to the terminal’s serial port. Data must be less than 231 characters in length for each call to

OutputSerial.

SendDisplay

Parameters: basename, channel, terminal, line, position, prompt

Function: This instructs the terminal attached to client basename on channel to display the prompt at line and position. Must be followed by an "Input" method call to take effect.

ClearScreen

Parameters: basename, channel, terminal

Function: This instructs the terminal attached to client basename on channel to clear its display. Must be followed by an "Input" method call to take effect.

ClearLine

Parameters: basename, channel, terminal, line

Function: This instructs the terminal attached to client basename on channel to clear the specified line on its display. Must be followed by an "Input" method call to take effect.

SendDate

Parameters: basename, channel, terminal, line

Function: This instructs the terminal attached to client basename on channel to display date and time on the specified line number. Must be followed by an "Input" method call to take effect.

Beep

Parameters: basename, channel, terminal, count

Function: This instructs the terminal attached to client basename on channel to beep count times. Count may be a value from 1 to 9. Must be followed by an "Input" method call to take

Page 61
Image 61
Worth Data 7000 manual Parameters basename, channel, terminal, data, Parameters basename, channel, terminal, line