EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElCustomSSHSubsystemHandler.SendData

TElCustomSSHSubsystemHandler     See also    


 

Sends stdout-data to Connection.

 
 

Declaration

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

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

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

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Parameters

  • Buffer - buffer with data to be send
  • Size - size of the Buffer
  • Offset - offset of the data in Buffer
 
 

Description

    This method can be used in both modes to send stdout-data to Connection. stdout-data is the "regular" data stream, used for general data sending.

 
 

See also:     SendExtendedData    

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