Keysight VISA.NET Help
SerialTerminationMethod Enumeration



Indicates the method used to terminate Serial read and write operations.
Syntax
'Declaration
 
Public Enum SerialTerminationMethod 
   Inherits System.Enum
'Usage
 
Dim instance As SerialTerminationMethod
public enum SerialTerminationMethod : System.Enum 
public enum class SerialTerminationMethod : public System.Enum 
Members
MemberDescription
Break Indicates that writes will transmit a break after the last character has been sent. Not valid for reads.
HighestBit Indicates that reads will terminate as soon as a character arrives with its highest bit set, and writes will send all but the last character with the highest bit clear, then transmit the last character with the highest bit set.
None Indicates that reads will not terminate until all of the requested data is received (or an error occurs), and that writes will not append anything to the data being written.
TerminationCharacter Indicates that reads will terminate as soon as the current termination character has been received, and writes will send the current termination character after the last character has been sent.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Ivi.Visa.SerialTerminationMethod

Requirements

Current with Keysight IO Libraries Suite 18

See Also

Reference

Ivi.Visa Namespace

 

 


© Keysight Technologies 2015-2025