Keysight VISA.NET Help
XOffCharacter Property (SerialSession)



The value of the XOFF character used for XON/XOFF flow control (both directions).
Syntax
'Declaration
 
Public Property XOffCharacter As Byte
'Usage
 
Dim instance As SerialSession
Dim value As Byte
 
instance.XOffCharacter = value
 
value = instance.XOffCharacter
public byte XOffCharacter {get; set;}
public:
property byte XOffCharacter {
   byte get();
   void set (    byte value);
}
Remarks

The range is between 0 and Byte.MaxValue, inclusive. The default is 0x13 (ctrl+S).

If FlowControl is not equal to Ivi.Visa.SerialFlowControlModes.XOnXOff, this property is ignored.

Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025