Programming with Reflection

image\rwnprg32.gif TelnetSysReq property

 

Syntax

object.TelnetSysReq
object.TelnetSysReq = Value

Data type

Enumeration

 

Description

Returns (first syntax line) or specifies (second syntax line) what happens when you transmit the SysReq function (mapped to the Alt-PrintScreen keystroke by default). The definition of this key varies by host application.

This property is only relevant when the SessionType property is set to rc3270Terminal.

Values

The default is rcTelnetIntProcess.

rcTelnetAbortOutput Sends a Telnet Abort Output to the host.

rcTelnetBreak Sends a TelnetBreak to the host.

rcTelnetIntProcess Sends a Telnet Int Process to the host.

rcTestRequestRead Sends a Test Request Read to the host.

 

image\jump.gif Keyword Index

image\popup.gif Related Topics

image\popup.gif Reflection products that use this property