Overload | Description |
---|---|
DAHandleGroupArguments Constructor() | Initializes a new instance of the class with default data. |
DAHandleGroupArguments Constructor(Int32,DAGroupParameters,Object) | Initializes a new instance of the class, with the specified handle value, OPC group parameters, and a user-defined state object. |
DAHandleGroupArguments Constructor(Int32,DAGroupParameters) | Initializes a new instance of the class, with the specified handle value and OPC group parameters. |
DAHandleGroupArguments Constructor(Int32,Int32,Single) | Initializes a new instance of the class, with the specified handle value, requested update rate, and percent deadband. |
DAHandleGroupArguments Constructor(Int32,Int32) | Initializes a new instance of the class, with the specified handle value and requested update rate. |
DAHandleGroupArguments Constructor(DAHandleGroupArguments) | Initializes a new copy of the DAHandleGroupArguments object. |