EasyUA Reference
DataValue Constructor(Variant,StatusCode,DateTime,DateTime)
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > DataValue Class > DataValue Constructor : DataValue Constructor(Variant,StatusCode,DateTime,DateTime)

value
The variant value to set
statusCode
The status code to set
sourceTimestamp
The source timestamp to set
serverTimestamp
The servers timestamp to set

Glossary Item Box

Initializes the object with a value, a status code, a source timestamp and a server timestamp

Syntax

Visual Basic (Usage)Copy Code
Dim value As Variant
Dim statusCode As StatusCode
Dim sourceTimestamp As Date
Dim serverTimestamp As Date
 
Dim instance As New DataValue(value, statusCode, sourceTimestamp, serverTimestamp)

Parameters

value
The variant value to set
statusCode
The status code to set
sourceTimestamp
The source timestamp to set
serverTimestamp
The servers timestamp to set

Remarks

Initializes the object with a value, a status code, a source timestamp and a server timestamp

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.