InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / IScreen Interface / WaitForHostSettle Method / WaitForHostSettle(Int32,Int32,Boolean) Method
settle time (milliseconds).
wait timeout value (milliseconds). Value of 0 indicates wait indefinitely.
Specifies whether the keyboard should be enabled while the call is executing.


In This Topic
    WaitForHostSettle(Int32,Int32,Boolean) Method
    In This Topic
    Waits for host screen data to settle (no incoming data for the specified settle time). The wait timeout value should be greater than settleTime.
    Syntax
    'Declaration
     
    
    Overloads Function WaitForHostSettle( _
       ByVal settleTime As Integer, _
       ByVal timeout As Integer, _
       ByVal enablekeyboard As Boolean _
    ) As ReturnCode
    'Usage
     
    
    Dim instance As IScreen
    Dim settleTime As Integer
    Dim timeout As Integer
    Dim enablekeyboard As Boolean
    Dim value As ReturnCode
     
    value = instance.WaitForHostSettle(settleTime, timeout, enablekeyboard)

    Parameters

    settleTime
    settle time (milliseconds).
    timeout
    wait timeout value (milliseconds). Value of 0 indicates wait indefinitely.
    enablekeyboard
    Specifies whether the keyboard should be enabled while the call is executing.

    Return Value

    ReturnCode indicating success/failure/status
    See Also