EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElSimpleSSHClient.CanReceive

TElSimpleSSHClient     See also    


 

This method checks if the data can be received

 
 

Declaration

[C#]
    bool CanReceive(int Timeout);

[VB.NET]
    Function CanReceive(ByVal Timeout As Integer) As Boolean

[Pascal]
    function CanReceive(Timeout : integer) : boolean;

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Parameters

  • Timeout - Time in milliseconds to wait. Timeout set to -1 means infinite waiting, set to 0 means no wait at all.
 
 

Description

    Use this method to check whether there's data available to be received. Set Timeout parameter to time, which the call will wait, if there's no data at the moment.

 
 

See also:     ReceiveData

 
Contact Us | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2012, EldoS Corporation