Discuss this help topic in SecureBlackbox Forum

TElCustomSSHSubsystemHandler.WaitForInputData

TElCustomSSHSubsystemHandler     


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


Declaration

[C#]
    bool WaitForInputData(int Time);

[VB.NET]
    Function WaitForInputData(ByVal Time As Integer) As Boolean

[Pascal]
    function WaitForInputData(Time : integer) : Boolean;

[C++]
    bool WaitForInputData(int32_t Time);

[PHP]
    bool WaitForInputData(integer $Time)

[Java]
    boolean waitForInputData(int Time);

Parameters

  • Time -

Return value

    …

Description

    …

Discuss this help topic in SecureBlackbox Forum