Overload | Description |
---|---|
DAItemValueArguments Constructor() | Initializes a new instance of the class with default data. |
DAItemValueArguments Constructor(ServerDescriptor,DAItemDescriptor,Object,Object) | Initializes a new instance of the class, with the specified OPC server and item descriptors, data value, and a user-defined state object. |
DAItemValueArguments Constructor(ServerDescriptor,DAItemDescriptor,Object) | Initializes a new instance of the class, with the specified OPC server and item descriptors, data value, and a user-defined state object. |
DAItemValueArguments Constructor(String,String,String,VarType,Object,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, and with a user-defined state object. |
DAItemValueArguments Constructor(String,String,String,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, and with the data value. |
DAItemValueArguments Constructor(DAItemArguments) | Initializes a new instance of the class, with the specified DAItemArguments, and a null value. |
DAItemValueArguments Constructor(DAItemValueArguments) | Initializes a new copy of the DAItemValueArguments object. |
DAItemValueArguments Constructor(SerializationInfo,StreamingContext) | Initializes a new instance of the class with serialized data. |