EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElSecureServer.DataAvailable

TElSecureServer     See also    


 

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

 
 

Declaration

[C#]
    void DataAvailable();

[VB.NET]
    Sub DataAvailable()

[Pascal]
    procedure DataAvailable;

[VB6]
    Sub IElSecureServerX.DataAvailable()

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

[DLL]
    __stdcall void SBServerDataAvailable(HANDLE handle);
 
 

Parameters

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

Description

    Use this method to tell TElSecureServer that there are data in the socket. TElSecureServer 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), the 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