InfoConnect for Airlines
WaitForHostSettle Method (IIbmScreen)


Wait timeout value (milliseconds).
Settle time (milliseconds).
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 IIbmScreen
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 (milliseconds).
settleTime
Settle time (milliseconds).

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