Keysight VISA.NET Help
Read(Int64) Method



The maximum number of bytes to read.
Read count bytes, or until an END indicator or termination character is reached, whichever comes first.
Syntax
'Declaration
 
Overloads Function Read( _
   ByVal count As Long _
) As Byte()
'Usage
 
Dim instance As IMessageBasedRawIO
Dim count As Long
Dim value() As Byte
 
value = instance.Read(count)
byte[] Read( 
   long count
)

Parameters

count
The maximum number of bytes to read.

Return Value

An array of the bytes read.
Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025