EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElSecureClient.DataAvailable

TElSecureClient     See also    


 

Tells TElSecureClient that there are data in the socket to be taken.

 
 

Declaration

[C#]
    void DataAvailable();

[VB.NET]
    Sub DataAvailable()

[Pascal]
    procedure DataAvailable;

[VB6]
    Sub IElSecureClientX.DataAvailable()

[ActiveX]
    HRESULT _stdcall IElSecureClientX.DataAvailable(void);

[DLL]
    __stdcall void SBClientDataAvailable(HANDLE handle);
 
 

Parameters

  • handle - handle to the TElSecureClient object that was returned by Constructor
 
 

Description

    Use this method to tell TElSecureClient that there are data in the socket. TElSecureClient then fires OnReceive event to read the block of data.
    If the application uses one of wait methods to check availability of the data in the socket (select() or WaitFor* API functions), right place to call DataAvailable is right after the call to those wait methods.

 
 

See also:     OnReceive    

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