| Overload | Description | 
|---|---|
| ReadItem<TValue>(IEasyDAClient,ServerDescriptor,DANodeDescriptor) | Reads a typed named item using descriptor objects for the OPC server and OPC-DA item. | 
| ReadItem<TValue>(IEasyDAClient,ServerDescriptor,DANodeDescriptor,DAReadParameters) | Reads a typed named item using descriptor objects for the OPC server and OPC-DA item, and specifying read parameters such as the data source or value age. | 
| ReadItem<TValue>(IEasyDAClient,String,String,String) | Reads a typed named item using individual parameters specifying its location, and a specific data type. | 
| ReadItem<TValue>(IEasyDAClient,String,String,String,Int32) | Reads a typed named item using individual parameters specifying its location, and value age. |