EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElSimpleSSHClient.SendText

TElSimpleSSHClient     See also    


 

This method sends a string of data through the logical connection

 
 

Declaration

[C#]
    void SendText(string S);

[VB.NET]
    Sub SendText(ByVal S As String)

[Pascal]
    procedure SendText(S : string);

[VB6]
    Sub IElSimpleSSHClientX.SendText(Value As String)

[ActiveX]
    HRESULT _stdcall IElSimpleSSHClientX.SendText([in] BSTR Value );

[DLL]
    not implemented;
 
 

Parameters

  • S - data string
 
 

Description

    Use SendText to send a string data through the logical connection.

 
 

See also:     ReceiveText SendData

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