Opc.Ua.Core
DataValue Constructor(StatusCode,DateTime)



Opc.Ua Namespace > DataValue Class > DataValue Constructor : DataValue Constructor(StatusCode,DateTime)
The status code associated with the value.
The timestamp associated with the status code.
Initializes the object with a status code and a server timestamp.
Syntax
'Declaration
 
Public Function New( _
   ByVal statusCode As StatusCode, _
   ByVal serverTimestamp As Date _
)
'Usage
 
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, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DataValue Class
DataValue Members
Overload List