InfoConnect for Airlines VBA Guide
WaitForIncomingData3 Function
wait timeout value (milliseconds). Value of 0 indicates wait indefinitely.
Specifies whether the keyboard is enabled while the call executes.
Waits for any data to come from the host.
Syntax
object.WaitForIncomingData3( _
   ByVal timeout As Long, _
   ByVal enablekeyboard As Boolean _
) As ReturnCode

Parameters

timeout
wait timeout value (milliseconds). Value of 0 indicates wait indefinitely.
enablekeyboard
Specifies whether the keyboard is enabled while the call executes.

Return Value

ReturnCode that indicates the success or failure status.
See Also