Opc.Ua.Core
StatusCode Structure Members
Properties  Methods 


Opc.Ua Namespace : StatusCode Structure

The following tables list the members exposed by StatusCode.

Public Constructors
 NameDescription
Public ConstructorOverloaded.   
Top
Public Properties
 NameDescription
Public Property The historian bits.  
Public Property The entire 32-bit status value.  
Public Property The 16 code bits of the status code.  
Public Property The 16 flag bits of the status code.  
Public Property The bits that indicate the meaning of the status code  
Public Property The limit bits, indicating Hi/Lo etc.  
Public Property The overflow bit.  
Public Property Set to indicate that the semantics associated with the data value have changed.  
Public Property Set to indicate that the structure of the data value has changed.  
Public Property The sub-code portion of the status code.  
Top
Public Methods
 NameDescription
Public MethodOverloaded.  Compares the instance to another object.  
Public MethodOverloaded. Indicates whether this instance and a specified object are equal.  
Public MethodServes as the default hash function.  
Public Methodstatic (Shared in Visual Basic) Returns true if the status code is bad.  
Public Methodstatic (Shared in Visual Basic) Returns true if the status code is good.  
Public Methodstatic (Shared in Visual Basic) Returns true if the status is good or uncertain.  
Public Methodstatic (Shared in Visual Basic) Returns true if the status is bad or uncertain.  
Public Methodstatic (Shared in Visual Basic) Returns true if the status is good or uncertain.  
Public Methodstatic (Shared in Visual Basic) Returns true if the status code is uncertain.  
Public Methodstatic (Shared in Visual Basic) Looks up the symbolic name for a status code.  
Public Method Returns a copy of the status code with the aggregate bits set.  
Public Method Returns a copy of the status code with the Code bits set.  
Public Method Returns a copy of the status code with the Flag bits set.  
Public Method Returns a copy of the status code with the llimit bits set.  
Public Method Returns a copy of the status code with the overflow bit set.  
Public Method Returns a copy of the status code with the SemanticsChanged bit set.  
Public Method Returns a copy of the status code with the StructureChanged bit set.  
Public MethodOverloaded.  Returns the string representation of the object.  
Top
Public Operators
Overloaded.  Returns true if the objects are not equal.
Converts a StatusCode object to a 32-bit code.
Returns true if the object a is greater than object b.
Converts a 32-bit code a StatusCode object.
Overloaded.  Returns true if the objects are not equal.
Returns true if the object a is less than object b.
Top
See Also

Reference

StatusCode Structure
Opc.Ua Namespace