EasyUA Reference
StatusCode Structure Members
See Also  Properties  Methods  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace : StatusCode Structure

Glossary Item Box

The following tables list the members exposed by StatusCode.

Public Constructors

 NameDescription
Public ConstructorStatusCode ConstructorOverloaded.   
Top

Public Properties

 NameDescription
Public PropertyAggregateBits The historian bits.  
Public PropertyCode The entire 32-bit status value.  
Public PropertyCodeBits The 16 code bits of the status code.  
Public PropertyFlagBits The 16 flag bits of the status code.  
Public PropertyHasDataValueInfo The bits that indicate the meaning of the status code  
Public PropertyLimitBits The limit bits, indicating Hi/Lo etc.  
Public PropertyOverflow The overflow bit.  
Public PropertySemanticsChanged Set to indicate that the semantics associated with the data value have changed.  
Public PropertyStructureChanged Set to indicate that the structure of the data value has changed.  
Public PropertySubCode The sub-code portion of the status code.  
Top

Public Methods

 NameDescription
Public MethodCompareTo Compares the instance to another object.  
Public MethodEquals Determines if the specified object is equal to the object.  
Public MethodGetHashCode Returns a unique hashcode for the object.  
Public Methodstatic (Shared in Visual Basic)IsBad Returns true if the status code is bad.  
Public Methodstatic (Shared in Visual Basic)IsGood Returns true if the status code is good.  
Public Methodstatic (Shared in Visual Basic)IsNotBad Returns true if the status is good or uncertain.  
Public Methodstatic (Shared in Visual Basic)IsNotGood Returns true if the status is bad or uncertain.  
Public Methodstatic (Shared in Visual Basic)IsNotUncertain Returns true if the status is good or uncertain.  
Public Methodstatic (Shared in Visual Basic)IsUncertain Returns true if the status code is uncertain.  
Public Methodstatic (Shared in Visual Basic)LookupSymbolicId Looks up the symbolic name for a status code.  
Public MethodSetAggregateBits Returns a copy of the status code with the aggregate bits set.  
Public MethodSetCodeBits Returns a copy of the status code with the Code bits set.  
Public MethodSetFlagBits Returns a copy of the status code with the Flag bits set.  
Public MethodSetLimitBits Returns a copy of the status code with the llimit bits set.  
Public MethodSetOverflow Returns a copy of the status code with the overflow bit set.  
Public MethodSetSemanticsChanged Returns a copy of the status code with the SemanticsChanged bit set.  
Public MethodSetStructureChanged Returns a copy of the status code with the StructureChanged bit set.  
Public MethodToStringOverloaded.  Returns the string representation of the object.  
Top

Public Operators

public Operator Equality Overloaded.  Returns true if the objects are not equal.
public Operator Explicit Type Conversion Converts a StatusCode object to a 32-bit code.
public Operator Greater Than Returns true if the object a is greater than object b.
public Operator Implicit Type Conversion Converts a 32-bit code a StatusCode object.
public Operator Inequality Overloaded.  Returns true if the objects are not equal.
public Operator Less Than Returns true if the object a is less than object b.
Top

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.