Overload | Description |
---|---|
DAItemGroupArguments Constructor() | Initializes a new instance of the class with default data. |
DAItemGroupArguments Constructor(ServerDescriptor,DAItemDescriptor,DAGroupParameters,Object) | Initializes a new instance of the class, with the specified OPC server and item descriptors, OPC group parameters, and a user-defined state object. |
DAItemGroupArguments Constructor(String,String,String,VarType,Int32,Single,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, the OPC group parameters specified by requested update rate and percent deadband, and with a user-defined state object. |
DAItemGroupArguments 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, the OPC group parameters specified by requested update rate, and with a user-defined state object. |
DAItemGroupArguments Constructor(String,String,String,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, the OPC group parameters specified by requested update rate, and with a user-defined state object. |
DAItemGroupArguments Constructor(DAItemArguments) | Initializes a new instance of the class, with the specified DAItemArguments, and default group parameters. |
DAItemGroupArguments Constructor(DAItemArguments,DAGroupParameters) | Initializes a new instance of the class, with the specified DAItemArguments, and OpcLabs.EasyOpc.DataAccess.DAGroupParameters. |
DAItemGroupArguments Constructor(DAItemGroupArguments) | Initializes a new copy of the DAItemGroupArguments object. |
DAItemGroupArguments Constructor(SerializationInfo,StreamingContext) | Initializes a new instance of the class with serialized data. |