Flex.Hal.Ohio Namespace |
Class | Description | |
---|---|---|
FieldAttributes3270 |
Various methods related to 3270 field attributes.
| |
FieldAttributes5250 |
Various methods related to 5250 field attributes.
| |
OhioException |
The exception that is thrown when OHIO related error occurs.
| |
OhioField |
Encapsulates a virtual screen field and provides methods
for accessing and manipulating field attributes and data.
Note that OhioField objects can be accessed only through the
OhioFields object.
| |
OhioFields |
Contains a collection of the fields in the virtual screen. It provides methods
to iterate through the fields, find fields based on location, and find fields
containing a given string. Each element of the collection is an instance of
OhioField. OhioFields can only be accessed using the
OhioScreen.Fields property. OhioFields is a static view
of the virtual screen and does not reflect changes made to the virtual screen after
its construction. The field list can be updated with a new view of the virtual screen
using the Refresh method.
| |
OhioOIA |
Represents the operator information area of a host session. This area is used to provide
status information regarding the state of the host session and location of the cursor.
The OhioOIA object can be obtained using the OhioScreen.OIA property.
| |
OhioScreen |
Encapsulates the host presentation space. The presentation space is a virtual screen
which contains all the characters and attributes that would be seen on a traditional
emulator screen. The OhioScreen object provides methods that manipulate text, search
the screen, send keystrokes to the host, and work with the cursor. The raw presentation
space data is maintained in a series of planes. The text plane contains the actual
characters in the presentation space. The color plane contains color characteristics.
The field plane contains the field attributes. The extended plane contains the extended
field attributes. The cursor is an offset into the virtual screen buffer and ranges
from 0 to the last character of the screen buffer.
| |
OhioSession |
Represents a host session. It provides methods to connect to and disconnect from
the host and events to monitor events from the host.
| |
OhioSessions |
Represents the central repository for access to all OHIO sessions. It contains a list
of all OhioSession objects available on this system.
| |
ScreenChangedEventArgs |
Provides data for the OhioSession.ScreenChanged event.
| |
SessionChangedEventArgs |
Provides data for the OhioSession.SessionChanged event.
| |
TextEventArgs |
Provides data for the OhioSession.SessionStatus,
OhioSession.SessionError,
OhioSession.TransferError,
OhioSession.TransferStatus events.
| |
TransferProgressEventArgs |
Provides data for the OhioSession.TransferProgress event.
|
Enumeration | Description | |
---|---|---|
OhioColor |
Specifies the colors that can be used in association with the OhioPlane.COLOR plane.
| |
OhioDirection |
Specifies the search directions.
| |
OhioError |
Specifies the error exception codes for OhioException.
| |
OhioInputInhibited |
Specifies the input inhibited conditions.
| |
OhioKey |
Specifies the host keys that can be used by the OhioScreen.SendAidAsync method.
| |
OhioOwner |
Specifies the session owner types.
| |
OhioPlane |
Specifies the types of plane including text, color, field or extended.
| |
OhioState |
Specifies the status of the communication link to host.
| |
OhioType |
Specifies the types of host session.
| |
OhioUpdate |
Specifies the sources of update.
|