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