EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElSimpleSSHClient.ReceiveText

TElSimpleSSHClient     See also    


 

This method receives a string of data through the logical connection

 
 

Declaration

[C#]
    string ReceiveText();
    void ReceiveText(out string Text, out string StdErrText);

[VB.NET]
    Function ReceiveText() As String
    Sub ReceiveText(ByRef [Text] As String, ByRef StdErrText As String)

[Pascal]
    procedure ReceiveText(var Text : string; var StdErrText : string); overload;
    function ReceiveText : string; overload;

[VB6]
    Sub IElSimpleSSHClientX.ReceiveText(Text As String, StdErrText As String)
    Function IElSimpleSSHClientX3.ReceiveText2() As String

[ActiveX]
    HRESULT _stdcall IElSimpleSSHClientX.ReceiveText([out] BSTR * Text, [out] BSTR * StdErrText);
    HRESULT _stdcall IElSimpleSSHClientX3.ReceiveText2([out, retval] BSTR * Text);

[DLL]
    not implemented;
 
 

Parameters

  • Text - data string
  • StdErrText - data string for stderr descriptor
 
 

Description

    Use ReceiveText to receive a string data through the logical connection.

 
 

See also:     ReceiveData     SendText

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