
pressing the end key on the terminal. A
CR
will be sent to the host.
FG
and
BG
are
ForeGround
and
BackGround
colors for the 7001 (15-line) terminal (See
Color Codes
).
InputYesNo
(All Terminal Versions)
Parameters
: line, position, prompt
InputYesNoColor
(15-Line Terminal Only)
Parameters
: line, position, prompt, FG, BG
Function:
This instructs the
ActiveTerminal
to display the
prompt
at
lin
e 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.
FG
and
BG
are
ForeGround
and
BackGround
colors for the 7001 (15-line) terminal (See
Color Codes
).
InputPassword
(All Terminal Versions)
Parameters
: line, position, prompt, shifted
InputPasswordColor
(15-Line Terminal Only)
Parameters
: line, position, prompt, shifted, FG, BG
Function:
This instructs the
ActiveTerminal
to display the
promp
t 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.
FG
and
BG
are
ForeGround
and
BackGround
colors for the 7001 (15-line) terminal (See
Color Codes
).
InputSerial
(All Terminal Versions)
Parameters
: line, position, prompt
InputSerialColor
(15-Line Terminal Only)
Parameters
: line, position, prompt, FG, BG
Function:
This instructs the
ActiveTerminal
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).
FG
and
BG
are
ForeGround
and
BackGround
colors for the 7001 (15-line) terminal (See
Color Codes
).
OutputSerial
(All Terminal Versions)
Parameters
: data
Function:
This instructs the
ActiveTerminal
to send
data
to the terminal’s serial port. Data must be less than 232
characters in length for each call to
OutputSerial
. If you are sending data to a printer attached to the terminal,
make sure to set the Protocol parameter in the RF Terminal to XON/XOFF. See the RF Terminal Manual for
details.
Special Considerations:
•
After an
OutputSerial
call is successfully completed, the Base Station will return (as data) a CR (ASCII
#13 Carriage Return) for the terminal. This will fire the
OnTermData
event. If there is a problem with
the serial data you will see an error message at the client and in the log (if enabled). If the data string is
too long, the
OnTermIllegalCommand
event will be fired.
•
Do not call
OutputSerial
for the same Base Station and Terminal again until a return code is received.
•
Do not call an
Inputxxx
method for the same Base Station and Terminal until a return code is received.
•
If you need to send more than 232 characters, send the first part, wait for the acknowledge (#13) and
then send the next part.
•
Calls to
OutputSerial
cannot be combined with other method calls
•
See the RF Terminal Manual for details.
Содержание RF Terminal 7000
Страница 1: ......
Страница 2: ...Table of Contents How The System Works Before You Begin Properties Methods Events ...