QuickOPC User's Guide and Reference
UADataSetFieldData Constructor(Object,UAStatusCode,DateTime,Int32,DateTime,Int32)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.PubSub Namespace > UADataSetFieldData Class > UADataSetFieldData Constructor : UADataSetFieldData Constructor(Object,UAStatusCode,DateTime,Int32,DateTime,Int32)
The value of attribute data.
The status code associated with the value.
The source timestamp associated with the value.
The number of picoseconds intervals which shall be added to the .
Initializes a new instance of the class. Initializes a new instance of the class, with given value, status code, source timestamp and picoseconds, and server timestamp and picoseconds.
Syntax
'Declaration
 
Public Function New( _
   ByVal value As Object, _
   ByVal statusCode As UAStatusCode, _
   ByVal sourceTimestamp As Date, _
   ByVal sourcePicoseconds As Integer, _
   ByVal serverTimestamp As Date, _
   ByVal serverPicoseconds As Integer _
)
'Usage
 
Dim value As Object
Dim statusCode As UAStatusCode
Dim sourceTimestamp As Date
Dim sourcePicoseconds As Integer
Dim serverTimestamp As Date
Dim serverPicoseconds As Integer
 
Dim instance As New UADataSetFieldData(value, statusCode, sourceTimestamp, sourcePicoseconds, serverTimestamp, serverPicoseconds)

Parameters

value
The value of attribute data.
statusCode
The status code associated with the value.
sourceTimestamp
The source timestamp associated with the value.
sourcePicoseconds
The number of picoseconds intervals which shall be added to the .
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also