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 As Object, _
ByVal As UAStatusCode, _
ByVal As Date, _
ByVal As Integer, _
ByVal As Date, _
ByVal 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)
public UADataSetFieldData(
object ,
UAStatusCode ,
DateTime ,
int ,
DateTime ,
int
)
public:
UADataSetFieldData(
Object^ ,
UAStatusCode^ ,
DateTime ,
int ,
DateTime ,
int
)
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