OhioScreen Methods |
The OhioScreen type exposes the following members.
Name | Description | |
---|---|---|
FindString |
Searches the text plane for the target string and returns it's position.
| |
GetData |
Returns an array containing the data from the Text, Color, Field or Extended plane
of the virtual screen.
| |
PutString |
Places a text string in the virtual screen at the location specified. The string
will overlay only unprotected fields and any parts of the string which fall into
protected fields will be discarded.
| |
SendAidAsync |
Sends an OhioKey to the virtual screen.
| |
SendKeysAsync |
Sends a string of keystrokes to the virtual screen. This method acts as if keystrokes
were being typed from the keyboard of a terminal. The keystrokes will be sent to the
location given. If no location is provided or the location is out of screen scope,
the keystrokes will be sent to the current cursor location.
| |
WaitForCursorAsync |
Waits for the cursor to appear at the position.
| |
WaitForCursorColumnAsync |
Waits for cursor to appear at the column position. Useful for VT sessions.
| |
WaitForNoXAsync |
Waits for the X () or X SYSTEM to be removed from the OIA line.
| |
WaitForStrAsync |
Waits for text to appear at specific virtual screen location.
| |
WaitForStrRecvAsync |
Waits for text to be received from the host.
|