Name | Description | |
---|---|---|
DAQuality Constructor | Overloaded. Initializes a new instance of the DAQuality class. |
The following tables list the members exposed by DAQuality.
Name | Description | |
---|---|---|
DAQuality Constructor | Overloaded. Initializes a new instance of the DAQuality class. |
Name | Description | |
---|---|---|
DefaultInternalValue | Default (enumerated) internal value. Equals to zero. | |
DefaultNumericalValue | Default numerical internal value. Equals to zero. |
Name | Description | |
---|---|---|
CarriesValue | Determines whether a valid data value is carried with this quality. | |
Default | Default quality. | |
InternalValue | The numerical (integer) value of the quality. | |
IsBad | Determines whether the Quality (QualityChoice) is Bad. | |
IsGood | Determines whether the Quality (QualityChoice) is Good. | |
IsUncertain | Determines whether the Quality (QualityChoice) is Uncertain. | |
LimitBitField | Gets the Limit bit field. | |
NumericalValue | The numerical (integer) value of the quality. | |
QualityChoiceBitField | Gets the QualityChoice bit field. | |
StandardName | A symbolic name of the current DAQuality if it has a standard name. Empty otherwise. | |
StatusBitField | Gets the Status bit field (Quality and Substatus). |
Name | Description | |
---|---|---|
Clone | Overridden. | |
Equals | Overloaded. Overridden. Determines whether the specified OpcLabs.BaseLib.Info is equal to the current object. | |
FromDAQualities | Converts an enumerated value to a DAQuality object. | |
FromInt32 | Converts an integer to a quality. | |
GetHashCode | Overridden. | |
GetObjectData | Overridden. | |
GetSchema | (Inherited from OpcLabs.BaseLib.Info) | |
GetType | Gets the System.Type of the current instance. (Inherited from object) | |
ReadXml | (Inherited from OpcLabs.BaseLib.Info) | |
SetQualityAndSubStatus | Overloaded. Modifies the QualityChoice and Substatus bit fields. | |
ToDAQualities | Converts DAQuality object to an enumerated value. | |
ToInt32 | Converts the quality to an integer. | |
ToString | Overloaded. Overridden. Returns a string describing the individual fields of the quality. | |
WriteXml | (Inherited from OpcLabs.BaseLib.Info) |
Name | Description | |
---|---|---|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from object) | |
MemberwiseClone | Creates a shallow copy of the current System.Object. (Inherited from object) | |
ReadXmlElement | Overridden. Infrastructure. | |
WriteXmlElement | Overridden. Infrastructure. |
Name | Description | |
---|---|---|
SetState<TNode> | Sets the arbitrary object associated with the node. |
Name | Description | |
---|---|---|
PropertyChanged | Handler for System.ComponentModel.INotifyPropertyChanged.PropertyChanged. |
Equality | Determines whether the two objects are equal. |
Implicit Type Conversion | Overloaded. Converts the quality to an integer. |
Inequality | Determines whether the two objects are not equal. |