Keysight VISA.NET Help
ReadStatus Enumeration



Indicates the success status of a raw I/O read operation.
Syntax
'Declaration
 
Public Enum ReadStatus 
   Inherits System.Enum
'Usage
 
Dim instance As ReadStatus
public enum ReadStatus : System.Enum 
public enum class ReadStatus : public System.Enum 
Members
MemberDescription
EndReceived An END was received at the end of the read operation. This condition has the highest priority and is reported regardless of which of the other success conditions might also have occurred.
MaximumCountReached The specified number of bytes was returned by the read operation. This condition has the lowest priority. There may or may not be more data available to be read.
TerminationCharacterEncountered A termination character was received at the end of the read operation. This condition is reported even if the read operation also read the specified number of bytes.
Unknown This value is used for an initial state, but will never be returned for a successful read operation.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Ivi.Visa.ReadStatus

Requirements

Current with Keysight IO Libraries Suite 18

See Also

Reference

Ivi.Visa Namespace

 

 


© Keysight Technologies 2015-2025