SessionLoader
getTerminalType Method



Gets the default screen type to be used when retrieving screen configurations from the Management and Control Server (MCS) when using requestScreen.
Syntax
'Declaration
 
Public Function getTerminalType() As Integer
'Usage
 
Dim instance As SessionLoader 
Dim value As Integer 
  
value = instance.getTerminalType()
public int getTerminalType()
public: 
int getTerminalType(); 

Return Value

The default screen type to be used when retrieving screen configurations.

Type Value
T27 100
UTS 105
3270 110
5250 115
VT 120
ALC 125

Remarks
If setTerminalType has not been called, 0 will be returned. This indicates that all screen types will be checked for the requested screen configuration.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SessionLoader Class
SessionLoader Members
setTerminalType Method