Keysight VISA.NET Help
ReadLine(StringBuilder) Method



The string read from the device.
Read a string from the formatted I/O read buffer, including all characters through and including the next newline character.
Syntax
'Declaration
 
Overloads Function ReadLine( _
   ByVal data As StringBuilder _
) As Integer
'Usage
 
Dim instance As IMessageBasedFormattedIO
Dim data As StringBuilder
Dim value As Integer
 
value = instance.ReadLine(data)
int ReadLine( 
   StringBuilder data
)
int ReadLine( 
   StringBuilder^ data
) 

Parameters

data
The string read from the device.

Return Value

The number of characters returned in the string.
Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025