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