Keysight VISA.NET Help
Flush Method (TcpipSocketSession)



The buffers to be flushed.
Specifies whether to discard the data or perform I/O to the device.
Flushes the read and write buffers associated with the TCPIP connection.
Syntax
'Declaration
 
Public Sub Flush( _
   ByVal buffers As IOBuffers, _
   ByVal discard As Boolean _
) 
'Usage
 
Dim instance As TcpipSocketSession
Dim buffers As IOBuffers
Dim discard As Boolean
 
instance.Flush(buffers, discard)
public void Flush( 
   IOBuffers buffers,
   bool discard
)
public:
void Flush( 
   IOBuffers buffers,
   bool discard
) 

Parameters

buffers
The buffers to be flushed.
discard
Specifies whether to discard the data or perform I/O to the device.
Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025