Name | Description | |
---|---|---|
UAStatusCode Constructor | Overloaded. Initializes a new instance of the class. |
The following tables list the members exposed by UAStatusCode.
Name | Description | |
---|---|---|
UAStatusCode Constructor | Overloaded. Initializes a new instance of the class. |
Name | Description | |
---|---|---|
CodeBits | The code bits of the status code. | |
CodeBitsSymbol | Symbolic string for the code bits of the status code. | |
Condition | The condition code contained in the status code. | |
Description | Textual description of the status code. An empty string if the description is not available. | |
FlagBits | The flag bits of the status code. | |
HasDataValueInfo | Indicates that the status code contains info bits are associated with a data value returned from the Server. | |
InfoType | The type of information contained in the info bits. | |
InternalValue | The numerical (integer) value of the status code. | |
IsBad | Determines whether the status code is bad. | |
IsGood | Determines whether the status code is good. | |
IsUncertain | Determines whether the status code is uncertain. | |
LimitInfo | The limit bits associated with the data value. | |
Overflow | Indicates that not every detected change has been returned since the Server’s queue buffer for the MonitoredItem reached its limit and had to purge out data. | |
SemanticsChanged | Indicates that the semantics of the associated data value have changed. | |
Severity | Indicates whether the StatusCode represents a good, bad or uncertain condition. | |
StatusInfo | Status information. | |
StructureChanged | Indicates that the structure of the associated data value has changed since the last Notification. |
Name | Description | |
---|---|---|
Clone | Overridden. | |
Equals | Overloaded. Overridden. Determines whether the specified System.Object is equal to the current object. | |
FromInt64 | Converts an internal value to a status code. | |
FromUACodeBits | Converts the code bits to a status code. | |
FromUASeverity | Converts severity to a status code. | |
GetHashCode | Overridden. Serves as a hash function for a particular type. | |
GetObjectData | Overridden. Sets the System.Runtime.Serialization.SerializationInfo with information about the status code. | |
GetSchema | (Inherited from OpcLabs.BaseLib.Info) | |
GetType | Gets the System.Type of the current instance. (Inherited from object) | |
ReadXml | (Inherited from OpcLabs.BaseLib.Info) | |
ToInt64 | The numerical value of the status code. | |
ToString | Overloaded. Overridden. Converts the various fields of a status code to a string. | |
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. |
Equality | Determines whether the two objects are equal. |
Implicit Type Conversion | Overloaded. Converts code bits to a status code. |
Inequality | Determines whether the two objects are not equal. |