Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / IScreen Interface / WaitForIncomingData Method / WaitForIncomingData() Method


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

Return Value

ReturnCode indicating success/failure/status
See Also