| Keysight.Visa Namespace > SerialSession Class : BytesAvailable Property |
'DeclarationPublic ReadOnly Property BytesAvailable As Integer
'UsageDim instance As SerialSession Dim value As Integer value = instance.BytesAvailable
public int BytesAvailable {get;}
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.
Current with Keysight IO Libraries Suite 18