WaitForHostSettle(Int32,Boolean) Method
Waits for host screen data to settle (no incoming data for the specified settle time).
'Declaration
Overloads Function WaitForHostSettle( _
ByVal As Integer, _
ByVal 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)
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