Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The QWS3270 type exposes the following members.

Constructors

 NameDescription
Image Modified
QWS3270

Initializes a new instance of the QWS3270 class.

Methods

 NameDescription
Image Modified
Equals

Determines whether the specified Object is equal to the current Object.

(Inherited from Object.)
Image Modified
ErrorToString

Converts a StatusCode to a more descriptive message.

Image Modified
FieldAttribute

Gets the attribute of the field at the specified position.

Image Modified
FieldLength

Gets the length of the field (protected or unprotected) specified by the cursor position.

Image Modified
FieldPosition

Gets the starting position of the field field (of any type) at the specified screen position.

Image Modified
FieldSearch

Searches the field at the specified presentation space position for the specified text.

Image Modified
FieldTextGet

Gets the text of the field at the specified cursor position.

Image Modified
FieldTextSet

Sets the text of the field at the specified position.

Image Modified
Finalize

Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.

(Inherited from Object.)
Image Modified
GetCursorPosition

Gets the cursor position for the currently connected session.

Image Modified
GetHashCode

Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table.

(Inherited from Object.)
Image Modified
GetSessionSize

Gets the size (number of rows and columns) of the specified session.

Image Modified
GetType

Gets the Type of the current instance.

(Inherited from Object.)
Image Modified
MemberwiseClone

Creates a shallow copy of the current Object.

(Inherited from Object.)
Image Modified
NextFieldLength

Returns the length of the next field of the specified type, starting at the specified screen position.

Image Modified
NextFieldPosition

Gets the position of the next field of the specified type, starting at the specified screen position.

Image Modified
PositionToCursor

Converts a 1-based presentation space position to a row/column position, based on the size of the specified session's presentation space.

Image Modified
PositionToRowColumn

Converts a presentation space position for the specified session into row/column format.

Image Modified
PreviousFieldLength

Gets the length of the previous field of the specified type, starting at the specified screen position.

Image Modified
PreviousFieldPosition

Gets the position of the previous field with the specified type, starting at the specified screen position.

Image Modified
RowColumnToPosition

Converts a position in row/column format to a 1-based position in the presentation space. The converted position ranges from 1 to the size of the presentation space.

Image Modified
SetCursorPosition

Sets the cursor to a new position.

Image Modified
ToString

Returns a String that represents the current Object.

(Inherited from Object.)
Image Modified
WaitForString

Searches the emulator screen for a string until the string is found, or until the timeout expires.

Properties

 NameDescription
Image Modified
Application

Gets a QWS Application interface.

Image Modified
Cursor

Gets the QWS cursor interface.

Image Modified
CursorPosition

Gets or sets the cursor position for the currently connected session.

Image Modified
Field

Gets an interface representing a QWS field.

Image Modified
FileTransfer

Gets the file transfer interface.

Image Modified
ForegroundSession

Gets the identifier of the session that is currently in the foreground, or (char)0 if the foreground window is not a QWS3270 session window.

Image Modified
ForegroundSessionString

Gets the identifier of the session that is currently in the foreground, in string format. Intended for languages that don't handle character data type.

Image Modified
Screen

Gets an interface representing a QWS screen.

Image Modified
Session

Gets an interface representing a QWS session.

Image Modified
Window

Gets a QWS Window interface.

See Also


QWS3270 Class
JollyGiant.Emulation Namespace

...