Keysight VISA.NET Help
BeginRead(Int32) Method



The maximum number of bytes to read.
Read count bytes asynchronously and store them in the Async Results Buffer/>.
Syntax
'Declaration
 
Overloads Function BeginRead( _
   ByVal count As Integer _
) As IVisaAsyncResult
'Usage
 
Dim instance As IMessageBasedRawIO
Dim count As Integer
Dim value As IVisaAsyncResult
 
value = instance.BeginRead(count)
IVisaAsyncResult BeginRead( 
   int count
)
IVisaAsyncResult^ BeginRead( 
   int count
) 

Parameters

count
The maximum number of bytes to read.

Return Value

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

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025