ScopeErrorQueryResult Structure
- Updated2023-09-06
- 3 minute(s) read
ScopeErrorQueryResult Structure
Represents the the result of an error query.
Namespace: NationalInstruments.ModularInstruments.NIScope
Assembly: NationalInstruments.ModularInstruments.NIScope.Fx45 (in NationalInstruments.ModularInstruments.NIScope.Fx45.dll) Version: 2023
Syntax
public struct ScopeErrorQueryResult
Public Structure ScopeErrorQueryResult
The ScopeErrorQueryResult type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Code |
Gets the error code returned by the driver.
| |
| Message |
Gets the readable error string.
|
Methods
| Name | Description | |
|---|---|---|
| Equals(Object) |
Determines whether the current instance of ScopeErrorQueryResult and the object that you specify are equal.
(Overrides ValueTypeEquals(Object).) | |
| Equals(ScopeErrorQueryResult) |
Determines whether the current instance of ScopeErrorQueryResult and the ScopeErrorQueryResult object that you specify are equal.
| |
| GetHashCode |
Returns the hash code for the current instance of ScopeErrorQueryResult.
(Overrides ValueTypeGetHashCode.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |
Operators
| Name | Description | |
|---|---|---|
| Equality |
Checks whether the two instances of ScopeErrorQueryResult are equal.
| |
| Inequality |
Checks whether the two instances of ScopeErrorQueryResult are unequal.
|
Remarks
For more information, refer to NI High-Speed Digitizers Help.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.