Keysight VISA.NET Help
ReadUntilEnd Method



Read characters from the formatted I/O read buffer until an END is received, including the character with the END indicator, treating them as a string. For protocols that do not support END, calling this method may result in a timeout or other implementation-specific behavior.

See Using Read Methods for detailed information.

Syntax
'Declaration
 
Function ReadUntilEnd() As String
'Usage
 
Dim instance As IMessageBasedFormattedIO
Dim value As String
 
value = instance.ReadUntilEnd()
string ReadUntilEnd()
String^ ReadUntilEnd(); 

Return Value

The string read from the buffer.
Remarks

The ReadUntilEnd method exhibits the same behavior as Scanf("%t", out result), which returns result.

Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025