Overload | Description |
---|---|
DAReadItemArguments Constructor() | Initializes a new instance of the class with default data. |
DAReadItemArguments Constructor(ServerDescriptor,DAItemDescriptor) | Initializes a new instance of the class, with the specified OPC server and item descriptors, and default read parameters. |
DAReadItemArguments Constructor(ServerDescriptor,DAItemDescriptor,DAReadParameters) | Initializes a new instance of the class, with the specified OPC server and item descriptors, and read parameters. |
DAReadItemArguments Constructor(ServerDescriptor,DAItemDescriptor,DAReadParameters,Object) | Initializes a new instance of the class, with the specified OPC server and item descriptors, a read parameters, and a user-defined state object. |
DAReadItemArguments Constructor(String,String,String,VarType,Int32,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, a value age, and with a user-defined state object. |
DAReadItemArguments Constructor(String,String,String,VarType,Int32) | 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 a value age. |
DAReadItemArguments Constructor(String,String,String,Int32) | 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 a value age. |
DAReadItemArguments Constructor(DAItemArguments) | Initializes a new instance of the class, with the specified DAItemArguments, and default read parameters. |
DAReadItemArguments Constructor(DAItemArguments,DAReadParameters) | Initializes a new instance of the class, with the specified DAItemArguments and read parameters. |
DAReadItemArguments Constructor(DAReadItemArguments) | Initializes a new copy of the DAReadItemArguments object. |