'Declaration
Public Function New( _ Optional ByVal variant As Variant, _ Optional ByVal statusCode As UInteger, _ Optional ByVal sourceTimestamp As Long, _ Optional ByVal serverTimestamp As Long _ )
'Usage
Dim variant As Variant Dim statusCode As UInteger Dim sourceTimestamp As Long Dim serverTimestamp As Long Dim instance As New DataValue(variant, statusCode, sourceTimestamp, serverTimestamp)
public DataValue( Variant variant, uint statusCode, long sourceTimestamp, long serverTimestamp )
public: DataValue( Variant variant, uint statusCode, int64 sourceTimestamp, int64 serverTimestamp )
Parameters
- variant
- The value.
- statusCode
- The status code that defines the server's ability to access/provide the value.
- sourceTimestamp
- The source timestamp for the value.
- serverTimestamp
- The server timestamp for the value.