Click or drag to resize

IEmulOptionsWyse Interface

Supports access to the Wyse emulation options.

Namespace:  Flex.Hal.Term
Assembly:  Flex.Hal.Term (in Flex.Hal.Term.dll) Version: 4.1.4031.1525
Syntax
public interface IEmulOptionsWyse

The IEmulOptionsWyse type exposes the following members.

Properties
  NameDescription
Public propertyAnswerBack
Gets or sets the answerback.
Public propertyAttribute
Gets or sets the attribute mode.
Public propertyAutoRepeatKey
Gets or sets a value that indicates whether a held down key is sent repeatedly.
Public propertyAutoScroll
Gets or sets a value that indicates whether auto scroll is enabled.
Public propertyAutoWrap
Gets or sets a value that indicates whether auto wrap is enabled.
Public propertyBlockEnd
Gets or sets the blockend mode.
Public propertyCapsLock
Gets or sets the capslock mode.
Public propertyEnterKeyCRLF
Gets or sets a value that indicates whether enter key sends CR/LF (when this is true) or CR (when this is false).
Public propertyLightBackground
Gets or sets a value that indicates whether light background is enabled.
Public propertyReceivedCR
Gets or sets the received CR mode. If this is enabled, when the terminal receives a CR (Carriage Return), the cursor moves to the beginning of the next line. If this is disabled, the cursor moves to the beginning of the current line.
Public propertyReturnKeyCRLF
Gets or sets a value that indicates whether return key sends CR/LF (when this is true) or CR (when this is false).
Public propertySendACK
Gets or sets a value that indicates whether acknowledgments are sent to the host.
Public propertySendAnswerback
Gets or sets a value that indicates whether answerbacks are sent to the host.
Public propertyWyseStatusLine
Gets or sets the status line mode.
Top
See Also