'Declaration
Public Function New( _ ByVal machineName As String, _ ByVal serverClass As String, _ ByVal itemId As String, _ ByVal value As Object, _ ByVal timestamp As Date, _ ByVal quality As DAQuality _ )
'Usage
Dim machineName As String Dim serverClass As String Dim itemId As String Dim value As Object Dim timestamp As Date Dim quality As DAQuality Dim instance As New DAItemVtqArguments(machineName, serverClass, itemId, value, timestamp, quality)
public DAItemVtqArguments( string machineName, string serverClass, string itemId, object value, DateTime timestamp, DAQuality quality )
public: DAItemVtqArguments( String^ machineName, String^ serverClass, String^ itemId, Object^ value, DateTime timestamp, DAQuality^ quality )
Parameters
- machineName
- Name of the machine. Determines the computer on which the OPC server is located. May be an empty string, in which case the OPC server is assumed to exist on the local computer or at the computer specified for it by DCOM configuration.
- serverClass
- Contains ProgID of the OPC server.
- itemId
- Contains OPC item identifier.
- value
- The value to be written.
- timestamp
- The timestamp to be written.
- quality
- The quality to be written.