Keysight VISA.NET Help
EndReadString Method



Information about the progress and results of the asynchronous operation that is specific to, and identifies, that particular operation.
Clean up resources created and used as part of the asynchronous read operation and return the string that was read.
Syntax
'Declaration
 
Function EndReadString( _
   ByVal result As IVisaAsyncResult _
) As String
'Usage
 
Dim instance As IMessageBasedRawIO
Dim result As IVisaAsyncResult
Dim value As String
 
value = instance.EndReadString(result)
string EndReadString( 
   IVisaAsyncResult result
)
String^ EndReadString( 
   IVisaAsyncResult^ result
) 

Parameters

result
Information about the progress and results of the asynchronous operation that is specific to, and identifies, that particular operation.

Return Value

The string read during the read operation.
Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025