EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElAS3Client.OnControlReceive

TElAS3Client     See also    


 

This event is fired when TElAS3Client receives command from the server.

 
 

Declaration

[C#]
    event TSBFTPSTextDataEvent OnControlReceive;
    delegate void TSBFTPSTextDataEvent(object Sender, byte[] TextLine)

[VB.NET]
    Event OnControlReceive As TSBFTPSTextDataEvent
    Delegate Sub TSBFTPSTextDataEvent(ByVal Sender As Object, ByVal TextLine As Byte())

[Pascal]
    property OnControlReceive : TSBFTPSTextDataEvent;
    TSBFTPSTextDataEvent = procedure(Sender : TObject; const TextLine : BufferType) of object;

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Parameters

  • TextLine - text line that contains command
 
 

Description

    This event is fired when TElAS3Client receives command from the server.

 
 

See also:     OnControlSend     OnControlReceiveAsString    

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