Keysight VISA.NET Help
BytesAvailable Property (SerialSession)



The number of bytes available in the global receive buffer.
Syntax
'Declaration
 
Public ReadOnly Property BytesAvailable As Integer
'Usage
 
Dim instance As SerialSession
Dim value As Integer
 
value = instance.BytesAvailable
public int BytesAvailable {get;}
public:
property int BytesAvailable {
   int get();
}
Remarks

The range is between Int32.MinValue and Int32.MaxValue, inclusive. Negative values are converted to unsigned integers between Int32.MaxValue + 1 and UInt32.MaxValue before they are used. The default is 0.

Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025