OPC Labs EasyOPC-UA Library
UAStatusCode Object Members
Overview 
OpcLabs_EasyOpcUA ActiveX DLL : UAStatusCode Object
Public Methods
Creates a new object that is a copy of the current instance.

 

DISPID (Dispatch ID):

 

For more information, see Clone in .NET Reference.

Determines whether the specified object is equal to the current object.

 

DISPID (Dispatch ID):

 

For more information, see Equals in .NET Reference.

Returns a hash code for the current object.

 

DISPID (Dispatch ID):

 

For more information, see GetHashCode in .NET Reference.

 

DISPID (Dispatch ID):

 

For more information, see GetObjectData in .NET Reference.

Gets the Type of the current instance.

 

DISPID (Dispatch ID):

 

For more information, see GetType in .NET Reference.

The numerical value of the status code.

 

DISPID (Dispatch ID):

 

For more information, see ToInt64 in .NET Reference.

Public Properties
The code bits of the status code.

 

DISPID (Dispatch ID):

 

For more information, see CodeBits in .NET Reference.

Symbolic string for the code bits of the status code.

 

DISPID (Dispatch ID):

 

For more information, see CodeBitsSymbol in .NET Reference.

The condition code contained in the status code.

 

DISPID (Dispatch ID):

 

For more information, see Condition in .NET Reference.

Textual description of the status code. An empty string if the description is not available.

 

DISPID (Dispatch ID):

 

For more information, see Description in .NET Reference.

The display string for the current object.

 

DISPID (Dispatch ID): 0

 

For more information, see ToString in .NET Reference.

The flag bits of the status code.

 

DISPID (Dispatch ID):

 

For more information, see FlagBits in .NET Reference.

Indicates that the status code contains info bits are associated with a data value returned from the Server.

 

DISPID (Dispatch ID):

 

For more information, see HasDataValueInfo in .NET Reference.

The type of information contained in the info bits.

 

DISPID (Dispatch ID):

 

For more information, see InfoType in .NET Reference.

The numerical (integer) value of the status code.

 

DISPID (Dispatch ID):

 

For more information, see InternalValue in .NET Reference.

Determines whether the status code is bad.

 

DISPID (Dispatch ID):

 

For more information, see IsBad in .NET Reference.

Determines whether the status code is good.

 

DISPID (Dispatch ID):

 

For more information, see IsGood in .NET Reference.

Determines whether the status code is uncertain.

 

DISPID (Dispatch ID):

 

For more information, see IsUncertain in .NET Reference.

The limit bits associated with the data value.

 

DISPID (Dispatch ID):

 

For more information, see LimitInfo in .NET Reference.

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.

 

DISPID (Dispatch ID):

 

For more information, see Overflow in .NET Reference.

Indicates that the semantics of the associated data value have changed.

 

DISPID (Dispatch ID):

 

For more information, see SemanticsChanged in .NET Reference.

Indicates whether the StatusCode represents a good, bad or uncertain condition.

 

DISPID (Dispatch ID):

 

For more information, see Severity in .NET Reference.

Status information.

 

DISPID (Dispatch ID):

 

For more information, see StatusInfo in .NET Reference.

Indicates that the structure of the associated data value has changed since the last Notification.

 

DISPID (Dispatch ID):

 

For more information, see StructureChanged in .NET Reference.

Returns a string that represents the current object.

 

DISPID (Dispatch ID):

 

For more information, see ToString in .NET Reference.

Formats the value of the current instance using the specified format.

 

DISPID (Dispatch ID):

 

For more information, see ToString in .NET Reference.

Converts the value of the current object to its equivalent string representation using the specified format.
See Also

UAStatusCode Object