This namespace contains classes for OPC Unified Architecture (OPC-UA) that use generics.
            Classes
|   | Class | Description | 
  | EasyUADataChangeArguments<TValue>  | Holds an OPC endpoint an node descriptor, and other parameters, and possibly a callback method, as arguments to a data change subscription operation. | 
  | EasyUADataChangeNotificationEventArgs<TValue>  | Provides typed data for an event raised for every data change in a subscribed OPC-UA monitored item. | 
  | UAAttributeData<TValue>  | A class that stores the typed value of an attribute, together with status code and timestamps. | 
  | UAAttributeDataResult<T>  | Holds typed result of a Read operation, i.e. the data obtained for an attribute of a node in OPC Server's address space.Holds typed result of a Read operation, i.e. the data obtained for an attribute of a node in OPC Server's address space. | 
 
            
            
            Delegates
            
            
            
            See Also