Overload | Description |
---|---|
GetItemPropertyRecord(IEasyDAClient,ServerDescriptor,DANodeDescriptor) | Obtains a structure filled with OPC property values of all well-known OPC properties for a given OPC item. |
GetItemPropertyRecord(IEasyDAClient,ServerDescriptor,DANodeDescriptor,IEnumerable<DAPropertyId>,Boolean) | Obtains a structure filled with OPC property values for a given OPC item. You can specify the property Ids. |
GetItemPropertyRecord(IEasyDAClient,String,String,String) | Obtains a structure filled with OPC property values of all well-known OPC properties for a given OPC item. |
GetItemPropertyRecord(IEasyDAClient,String,String,String,IEnumerable<DAPropertyId>,Boolean) | Obtains a structure filled with OPC property values for a given OPC item. You can specify the property Ids. |