Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

 


The Emulation namespace contains classes for interacting and controlling QWS3270 emulators.

Classes

 

 ClassDescription
 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
Implements the IScreen interface.
 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

 

 StructureDescription
 ScreenPosition
Screen position interface
 WindowCoordinates
Window position and size interface.
 WindowStatus
Status information interface for a QWS3270 window.

 

Interfaces

 

 InterfaceDescription
 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

 

 EnumerationDescription
 FieldType
Field types for Field class 'search' methods. This is not a complete list of possible field types for 3270 applications, but these types are the only ones supported by the Field class
 SearchDirection
Enumeration of search directions for Field class.
 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
  • No labels