EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElSimpleSSHClient.SendData

TElSimpleSSHClient     See also    


 

This method sends data through logical connection

 
 

Declaration

[C#]
    void SendData(byte[] Buffer);
    void SendData(byte[] Buffer, int Size);

[VB.NET]
    Sub SendData(ByVal Buffer As Byte())
    Sub SendData(ByVal Buffer As Byte(), ByVal Size As Integer)

[Pascal]
    procedure SendData(Buffer : pointer; Size : integer);

[VB6]
    Sub IElSimpleSSHClientX.SendData(Buffer)

[ActiveX]
    HRESULT _stdcall IElSimpleSSHClientX.SendData([in] VARIANT Buffer);

[DLL]
    not implemented;
 
 

Parameters

  • Buffer - buffer with data
  • Size - size of buffer with data
 
 

Description

    Use this method to send data through the logical connection.

 
 

See also:     ReceiveData     SendText     ExecuteCommand    

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