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



Opc.Ua Namespace > DataValue Class > DataValue Constructor : DataValue Constructor(Variant,StatusCode,DateTime)
The variant value to set
The status code to set
The timestamp to set
Initializes the object with a value, a status code and a source timestamp
Syntax
'Declaration
 
Public Function New( _
   ByVal value As Variant, _
   ByVal statusCode As StatusCode, _
   ByVal sourceTimestamp As Date _
)
'Usage
 
Dim value As Variant
Dim statusCode As StatusCode
Dim sourceTimestamp As Date
 
Dim instance As New DataValue(value, statusCode, sourceTimestamp)

Parameters

value
The variant value to set
statusCode
The status code to set
sourceTimestamp
The timestamp to set
Remarks
Initializes the object with a value, a status code and a source 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