Attachmate.Reflection.Emulation.OpenSystems Assembly > Attachmate.Reflection.Emulation.OpenSystems Namespace > IScreen Interface > ReadChars Method : ReadChars(Int32,Int32,ReadOption) Method |
'Declaration
Overloads Function ReadChars( _ ByVal count As Integer, _ ByVal timeout As Integer, _ ByVal option As ReadOption _ ) As String
'Usage
Dim instance As IScreen Dim count As Integer Dim timeout As Integer Dim option As ReadOption Dim value As String value = instance.ReadChars(count, timeout, option)