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