Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / IScreen Interface / ReadLine Method / ReadLine(Int32) Method
Time in seconds to wait for line-feed character. The range of valid values is 0 through 99.


In This Topic
    ReadLine(Int32) Method
    In This Topic
    Reads data from the host until a line-feed character is encountered.
    Syntax
    'Declaration
     
    
    Overloads Function ReadLine( _
       ByVal timeout As Integer _
    ) As String
    'Usage
     
    
    Dim instance As IScreen
    Dim timeout As Integer
    Dim value As String
     
    value = instance.ReadLine(timeout)
    string ReadLine( 
       int timeout
    )

    Parameters

    timeout
    Time in seconds to wait for line-feed character. The range of valid values is 0 through 99.

    Return Value

    Line of data read from the host (excluding CR/LF characters).
    See Also