Table of Contents

Class WindowDescription

Namespace
HP.LFT.SDK.TE
Assembly
HP.LFT.SDK.dll

The description of a terminal emulator window that fully supports HLLAPI.

public class WindowDescription : Description, ICloneable, IDescription
Inheritance
WindowDescription
Implements
Inherited Members

Constructors

WindowDescription()

public WindowDescription()

Properties

EmulatorStatus

This property returns the current emulator status. Possible values: EmulatorStatus

public EmulatorStatus? EmulatorStatus { get; set; }

Property Value

EmulatorStatus?

Handle

This property returns a handle to a window.

public int? Handle { get; set; }

Property Value

int?

Protocol

This property returns the current protocol. Possible values: Protocol

public Protocol? Protocol { get; set; }

Property Value

Protocol?

ShortName

This property returns the short name of the window.

public StringProperty ShortName { get; set; }

Property Value

StringProperty