| Ivi.Visa Namespace : SerialTerminationMethod Enumeration |
'DeclarationPublic Enum SerialTerminationMethod Inherits System.Enum
'UsageDim instance As SerialTerminationMethod
public enum SerialTerminationMethod : System.Enum
public enum class SerialTerminationMethod : public System.Enum
| Member | Description |
|---|---|
| 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. |
System.Object
System.ValueType
System.Enum
Ivi.Visa.SerialTerminationMethod
Current with Keysight IO Libraries Suite 18