![]() |
![]() |
The XML to request a UTS PEPGate screen object is as follows:
<ScreenUts Columns="80" Rows="24"> <PEPGateClient GWAddress="yourhost.com" RID="yourRID" SID="yourSID" DID="yourDID" \> <\ScreenUts>
Additional ScreenUts and PEPGate XML parameters are shown in the tables below. Except where noted, these parameters use the following syntax:
name="value"
where name is the name of a parameter and value is a valid value for that parameter. These tags should be placed within the object being defined. For example, to set the TransmitMode parameter, the first line of the XML shown above would be changed from
<ScreenUts Columns="80" Rows="24">to
<ScreenUts Columns="80" Rows="24" TransmitMode="ALL">
The default values are shown in bold in the Value column or given in the Description column. If a parameter is not included in the Web page, its default value is used automatically.
ScreenUts XML Parameters | ||
---|---|---|
Parameter | Value | Description |
TransmitMode | VAR | Only unprotected data is transmitted. |
ALL | All data is transmitted. | |
CHAN | Only changed data is transmitted. | |
DestructiveSpace | True | The character at the cursor location is deleted when you press the space bar. |
False | Pressing the space bar moves the cursor to the right without deleting any characters. | |
UpperCaseOnly | True | Only uppercase characters are displayed in the viewer window. The letters that appear uppercase only are determined by the CaseLowBoundry and CaseHighBoundry. Any letters between the specified letters display only in uppercase. |
False | Both lowercase and uppercase characters are displayed. | |
CaseLowBoundry | character | The letter that indicates the beginning of the range of characters that should
appear in uppercase when UpperCaseOnly is True. For example, if CaseLowBoundry is b and CaseHighBoundry is y, and UpperCaseOnly is True, the letters b through y will appear only in uppercase, but any characters outside of that range (in this example, a and
z) will appear in both lowercase and uppercase.
The default value is a. |
CaseHighBoundry | character | The letter that indicates the end of the range of characters that should
appear in uppercase when UpperCaseOnly is True.
The default value is z. |
PEPGate XML Parameters | ||||
---|---|---|---|---|
Parameter | Value | Description | ||
HeartBeatInterval | seconds | The number of seconds of inactivity (no data exchanged between the client and host) that can elapse before the client sends a data packet to the gateway to keep the connection established.
If the HeartbeatInterval is 0 or blank, no data packet is ever sent. The default value is 0. |
||
RID | hexid | A hexadecimal remote identifier (21-7F) for this session.
If UseTidServer is True, any value associated with the RID parameter is ignored. The default value is blank. |
||
SID | hexid | A hexadecimal station identifier (21-7F, excluding 50) for this session.
If UseTidServer is True, any value associated with the SID parameter is ignored. The default value is blank. |
||
Scrid | value | The unique screen ID (up to 8 characters) to use to connect to the host.
If UseTidServer is True, any value associated with the Scrid parameter is ignored. The default value is blank.
|
||
VirtualAddress | address | A configured network address for the workstation. | ||
UseTidServer | True | The viewer obtains its screen ID (Scrid) from ID Manager.
If UseTidServer is True, any value associated with SID is ignored. |
||
False | The viewer uses the screen ID specified by the Scrid parameter.
If UseTidServer is False, any value associated with UserName or AddressPool is ignored. |
|||
AddressPool | poolname | The name of the address pool from which to obtain a Scrid. This name must match an address pool name in ID Manager.
If UseTidServer is False, any value associated with AddressPool is ignored. If a value is specified for AddressPool, any value associated with UserName is ignored. The default value is blank. |
||
UserName | username | The name of the user for whom to obtain a Scrid from ID Manager. This name must match a user name in ID Manager.
If UseTidServer is False, or if a value is specified for AddressPool, any value associated with UserName is ignored. The default value is blank. |
![]() |
|
![]() |
The Screen Object Model |
![]() |
Requesting a Screen Object |
![]() |
Common Tasks |
![]() |