InfoConnect for Unisys
WaitForHostSettle(Int32,Boolean) Method


settle time (milliseconds).
Specifies whether the keyboard should be enabled while the call is executing.
Waits for host screen data to settle (no incoming data for the specified settle time).
Syntax
'Declaration
 
Overloads Function WaitForHostSettle( _
   ByVal settleTime As Integer, _
   ByVal enablekeyboard As Boolean _
) As ReturnCode
'Usage
 
Dim instance As IScreen
Dim settleTime As Integer
Dim enablekeyboard As Boolean
Dim value As ReturnCode
 
value = instance.WaitForHostSettle(settleTime, enablekeyboard)
ReturnCode WaitForHostSettle( 
   int settleTime,
   bool enablekeyboard
)

Parameters

settleTime
settle time (milliseconds).
enablekeyboard
Specifies whether the keyboard should be enabled while the call is executing.

Return Value

ReturnCode indicating success/failure/status
See Also