Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / IScreen Interface / WaitForIncomingData Method / WaitForIncomingData(Int32) Method
wait timeout value (milliseconds). Value of 0 indicates wait indefinitely.


In This Topic
WaitForIncomingData(Int32) Method
In This Topic
Waits for any data to come from the host. The keyboard is disabled.
Syntax
'Declaration
 
Overloads Function WaitForIncomingData( _
   ByVal timeout As Integer _
) As ReturnCode
 
'Usage
 
Dim instance As IScreen
Dim timeout As Integer
Dim value As ReturnCode
 
value = instance.WaitForIncomingData(timeout)

Parameters

timeout
wait timeout value (milliseconds). Value of 0 indicates wait indefinitely.

Return Value

ReturnCode indicating success/failure/status
See Also