InfoConnect API Guide
Attachmate.Reflection.Emulation.T27 Namespace / IT27Screen Interface / WaitForHostSettle Method
Wait timeout value.
Settle time.


In This Topic
    WaitForHostSettle Method (IT27Screen)
    In This Topic
    Waits for host screen data to settle.
    Syntax
    'Declaration
     
    
    Function WaitForHostSettle( _
       ByVal timeout As Integer, _
       ByVal settleTime As Integer _
    ) As ReturnCode
    'Usage
     
    
    Dim instance As IT27Screen
    Dim timeout As Integer
    Dim settleTime As Integer
    Dim value As ReturnCode
     
    value = instance.WaitForHostSettle(timeout, settleTime)
    ReturnCode WaitForHostSettle( 
       int timeout,
       int settleTime
    )

    Parameters

    timeout
    Wait timeout value.
    settleTime
    Settle time.

    Return Value

    ReturnCode indicates success, failure, or a warning condition.
    Remarks
    The screen must be quiet without changes for the time duration specified by settleTime.

    The wait timeout value should be greater than settleTime.

    See Also