Discuss this help topic in SecureBlackbox Forum

TElTerminalInfo.SetDefaultOpcodes

TElTerminalInfo     See also     


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


This method sets the default terminal opcodes

Declaration

[C#]
    void SetDefaultOpcodes();

[VB.NET]
    Sub SetDefaultOpcodes()

[Pascal]
    procedure SetDefaultOpcodes;

[C++]
    void SetDefaultOpcodes();

[PHP]
    void SetDefaultOpcodes()

[Java]
    void setDefaultOpcodes();

Description

    Call this method to set the default opcodes values, according to SSH protocol specification. This method is called automatically in constructor, so after creation of TElTerminalInfo instance all opcodes are set to default.

See also:     OpCodes    

Discuss this help topic in SecureBlackbox Forum