Overload | Description |
---|---|
GetMultiplePropertyValues(IEasyDAClient,ServerDescriptor,DANodeDescriptor,DAPropertyDescriptor[]) | Gets values of multiple OPC properties of a specified OPC item. Gets values of multiple OPC properties, using descriptor objects for the OPC server and node, and specifying an array of property descriptors. |
GetMultiplePropertyValues(IEasyDAClient,ServerDescriptor,DANodeDescriptor[],DAPropertyDescriptor) | Gets values of multiple OPC properties of a specified OPC item. Gets values of multiple OPC properties, using descriptor objects for the OPC server and property, and specifying an array of node descriptors. |
GetMultiplePropertyValues(IEasyDAClient,ServerDescriptor,DANodeDescriptor,DAPropertyId[]) | Gets values of multiple OPC properties of a specified OPC item. Gets values of multiple OPC properties, using descriptor object for the OPC server, and a node descriptor. |
GetMultiplePropertyValues(IEasyDAClient,String,String,String,DAPropertyId[]) | Gets values of multiple OPC properties of a specified OPC item. Gets values of multiple OPC properties, using individual parameters specifying the OPC server, and OPC Item ID. |