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

Glossary Item Box

The following tables list the members exposed by DataValue.

Public Constructors

 NameDescription
Public ConstructorDataValue ConstructorOverloaded.   
Top

Public Properties

 NameDescription
Public PropertyServerPicoseconds Additional resolution for the server timestamp.  
Public PropertyServerTimestamp The server timestamp associated with the value.  
Public PropertySourcePicoseconds Additional resolution for the source timestamp.  
Public PropertySourceTimestamp The source timestamp associated with the value.  
Public PropertyStatusCode The status code associated with the value.  
Public PropertyValue The value of data value.  
Public PropertyWrappedValue The value of data value.  
Top

Public Methods

 NameDescription
Public MethodClone Makes a deep copy of the object.  
Public MethodEquals Determines if the specified object is equal to the object.  
Public MethodGetHashCode Returns a unique hashcode for the object.  
Public MethodGetValueOverloaded.  Ensures the data value contains a value with the specified type.  
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 MethodToStringOverloaded.  Converts the value to a human readable string.  
Top

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.