Keysight VISA.NET Help
SetBufferSize Method (ITcpipSession)



The buffer(s) to be resized.
The new size of the buffer(s) in bytes.
Sets the size of the read and/or write buffer for TCPIP communication.
Syntax
'Declaration
 
Function SetBufferSize( _
   ByVal buffers As IOBuffers, _
   ByVal size As Integer _
) As Boolean
'Usage
 
Dim instance As ITcpipSession
Dim buffers As IOBuffers
Dim size As Integer
Dim value As Boolean
 
value = instance.SetBufferSize(buffers, size)
bool SetBufferSize( 
   IOBuffers buffers,
   int size
)
bool SetBufferSize( 
   IOBuffers buffers,
   int size
) 

Parameters

buffers
The buffer(s) to be resized.
size
The new size of the buffer(s) in bytes.

Return Value

Indicates whether the buffer size was successfully reset.
Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025