The Emulation namespace contains classes for interacting and controlling QWS3270 emulators.
Classes
Class | Description | |||
---|---|---|---|---|
Application | Defines ways to create and destroy new instances of QWS3270, as well as to retrieve information about running sessions, and to set session options shared by all sessions. | |||
Cursor | Allows the user to retrieve or change the position of the QWS3270 text cursor. | |||
Field | This class represents a QWS3270 presentation space field. | |||
FileTransfer | Defines methods for file transfers between the QWS application and the mainframe host. | |||
QWS3270 | Provides access to the QWS3270 emulation objects. | |||
Screen | ||||
Session | Implements the ISession interface. | |||
SessionInfo | Implements the ISessionInfo interface. | |||
SessionInfoCollection | Implements the interface. | |||
Utility | Provides utility methods for handling conversions. | |||
Window | Represents a QWS3270 Window. |
Structures
Structure | Description | ||
---|---|---|---|
ScreenPosition | Screen position interface | ||
WindowCoordinates | Window position and size interface. | ||
WindowStatus | Status information interface for a QWS3270 window. |
Interfaces
Interface | Description | |||
---|---|---|---|---|
IApplication | This interface defines ways to create and destroy new instances of QWS3270, as well as to get information about running sessions, and to set global session options. | |||
ICursor | Defines method contracts to set the QWS3270 text cursor. | |||
IField | Specifies ways for interacting with a QWS3270 presentation space field. | |||
IFileTransfer | Defines methods for file transfers between the QWS application and the mainframe host. | |||
IQWS3270 | Provides access to the emulation objects. | |||
IScreen | Defines the contract for accessing a QWS3270 screen contents. | |||
ISession | Defines the method contracts for interacting with a QWS3270 session. | |||
ISessionInfo | Specifies the format for session information used with the method. | |||
ISessionInfoCollection | Defines the interface for the SessionInfoCollection class. | |||
IWindow | QWS3270 Window interface. |
Enumerations
Enumeration | Description | |||
---|---|---|---|---|
FieldType | ||||
SearchDirection | ||||
StatusCode | Return status code for automation methods, modeled after the HLLAPI specifications | |||
WinStat | Flags for the Window status methods | |||
ZOrder | Valid values for Z-order for WinStat methods |