'Declaration Overloads Function ReadChars( _ ByVal count As Integer, _ ByVal timeout As Integer _ ) As String
'Declaration
Overloads Function ReadChars( _ ByVal count As Integer, _ ByVal timeout As Integer _ ) As String
'Usage Dim instance As IScreen Dim count As Integer Dim timeout As Integer Dim value As String value = instance.ReadChars(count, timeout)
'Usage
Dim instance As IScreen Dim count As Integer Dim timeout As Integer Dim value As String value = instance.ReadChars(count, timeout)
string ReadChars( int count, int timeout )
IScreen Interface IScreen Members Overload List