Keysight VISA.NET Help
Write(Byte,Int64,Int64) Method



A reference to the bytes to be written.
The index at which to start writing.
The number of bytes to write.
Write count bytes from buffer to the device, starting at index.
Syntax
'Declaration
 
Overloads Sub Write( _
   ByVal buffer As Byte, _
   ByVal index As Long, _
   ByVal count As Long _
) 
'Usage
 
Dim instance As IMessageBasedRawIO
Dim buffer As Byte
Dim index As Long
Dim count As Long
 
instance.Write(buffer, index, count)
void Write( 
   byte* buffer,
   long index,
   long count
)
void Write( 
   byte* buffer,
   int64 index,
   int64 count
) 

Parameters

buffer
A reference to the bytes to be written.
index
The index at which to start writing.
count
The number of bytes to write.
Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025