Overload | Description |
---|---|
DAItemVtqArguments Constructor() | Initializes a new instance of the class with default data. |
DAItemVtqArguments Constructor(ServerDescriptor,DAItemDescriptor,DAVtq,Object) | Initializes a new instance of the class, with the specified OPC server and item descriptors, value/timestamp/quality, and a user-defined state object. |
DAItemVtqArguments Constructor(ServerDescriptor,DAItemDescriptor,DAVtq) | Initializes a new instance of the class, with the specified OPC server and item descriptors, and value/timestamp/quality. |
DAItemVtqArguments Constructor(String,String,String,VarType,Object,DateTime,DAQuality,Object) | Initializes a new instance of the class, with the OPC server specified by machine name and server class, the OPC item specified by its ItemId and data type, with the data value, timestamp and quality, and with a user-defined state object. |
DAItemVtqArguments Constructor(String,String,String,Object,DateTime,DAQuality) | Initializes a new instance of the class, with the OPC server specified by machine name and server class, the OPC item specified by its ItemId, and with the data value, timestamp and quality. |
DAItemVtqArguments Constructor(DAItemArguments) | Initializes a new instance of the class, with the specified DAItemArguments, and a null value-timestamp-quality. |
DAItemVtqArguments Constructor(DAItemVtqArguments) | Initializes a new copy of the DAItemVtqArguments object. |
DAItemVtqArguments Constructor(SerializationInfo,StreamingContext) | Initializes a new instance of the class with serialized data. |