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

statusCode
The status code associated with the value.
serverTimestamp
The timestamp associated with the status code.

Glossary Item Box

Initializes the object with a status code and a server timestamp.

Syntax

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

Parameters

statusCode
The status code associated with the value.
serverTimestamp
The timestamp associated with the status code.

Remarks

Initializes the object with a status code 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.