User's Manual

34
Event: A terminal on channel at client basename has sent
data in response to an Input method call.
OnTermNotSignedIn
Data passed: basename, channel, terminal
Event: A command has been sent to a terminal that is not
signed in.
OnTermSequenceError
Data passed: basename, channel, terminal
Event: The one-for-one host prompt/terminal response
protocol has been violated. The host cannot send a
second Input command until it has received a response
from the first Input command. If a base station receives
5 sequence errors in a row, a Host Logic error is
generated and the base shuts itself down.
While PromptNET/ActiveX will intercept and
prevent most logic errors, they are still possible so
you should implement this event handler!
OnTermIllegalCommand
Data passed: basename, channel, terminal
Event: An illegal command has been sent to a terminal.
PromptNET/ActiveX is designed to prevent illegal
commands but we may not have imagined all the
ways in which our customers will want to use it!
OnTermUpArrow
Data passed: basename, channel, terminal
Event: The up-arrow button has been pressed on a
terminal. You must issue another Input method call
before WDIPterm can respond to another keypress
on this terminal.
OnTermDownArrow
Data passed: basename, channel, terminal
Event: The down-arrow button has been pressed on a
terminal. You must issue another Input method call
before WDIPterm can respond to another keypress
on this terminal.
OnTermLeftArrow