Discuss this help topic in SecureBlackbox Forum

TElTerminalInfo.TerminalType

TElTerminalInfo     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


This property contains terminal type.

Declaration

[C#]
    string TerminalType;

[VB.NET]
    Property TerminalType As String

[Pascal]
    property TerminalType : String;

[C++]
    void get_TerminalType(std::string &OutResult);
    void set_TerminalType(const std::string &Value);

[PHP]
    string get_TerminalType()
    void set_TerminalType(string $Value)

[Java]
    String getTerminalType();
    void setTerminalType(String AValue);

Description

    This property specifies the terminal type standard which should be used during secure communication. Set it accordingly to client terminal component properties. For example 'vt100', 'vt52', 'ansi' etc.

Discuss this help topic in SecureBlackbox Forum