This namespace contains classes for OPC Data Access that use generics.
Classes
| Class | Description |
| DAItemValueArguments<TValue> | Holds an OPC server and item descriptor, and a typed data value, as arguments to some operation. |
| DAItemVtqArguments<T> | Holds an OPC server and item descriptor, and a typed value/timestamp/quality (OpcLabs.EasyOpc.DataAccess.DAVtq), as arguments to some operation. |
| DAVtq<TValue> | Holds typed data value, timestamp and quality, abbreviated sometimes as VTQ. This is a common combination in OPC, e.g. returned when an OPC item is read. |
| DAVtqResult<TValue> | Holds result of an operation in form of a typed DAVtq<TValue> (value, timestamp, and quality). |
| EasyDAItemChangedEventArgs<TValue> | Provides typed data for an event raised for every significant change in a subscribed OPC item. |
| EasyDAItemSubscriptionArguments<T> | Holds an OPC server and item descriptor, and OPC group parameters, and possibly a typed callback method, as arguments to subscription operation. |
Delegates
See Also