Name | Description | |
---|---|---|
AsAlarmsAndConditionsClient | Derives an OPC UA global discovery client object from the current client object. | |
AsCertificateManagementClient | Derives an OPC UA certificate management client object from the current client object. | |
AsFileTransferClient | Derives an OPC UA file transfer client object from the current client object. | |
AsGlobalDiscoveryClient | Derives an OPC UA global discovery client object from the current client object. | |
AsPublishSubscribeClient | Derives an OPC UA publish-subscribe client object from the current client object. | |
Browse | Overloaded. Browses the nodes in server's address space, given the browse arguments. | |
BrowseDataNodes | Overloaded. | |
BrowseDataVariables | Overloaded. | |
BrowseEventSources | Overloaded. | |
BrowseMethods | Overloaded. | |
BrowseNotifiers | Overloaded. | |
BrowseObjects | Overloaded. | |
BrowseObjectTypes | Overloaded. | |
BrowseOne | Overloaded. | |
BrowseProperties | Overloaded. | |
BrowseVariables | Overloaded. | |
CallMethod | Overloaded. .NET | |
ChangeDataChangeSubscription | Changes parameters of a data change subscription. Specify the handle, a new sampling interval and absolute deadband value. | |
ChangeMonitoredItemSubscription | Overloaded. Changes parameters of a subscription to a particular monitored item.
It is more efficient to change multiple subscriptions using | |
ChangeMultipleDataChangeSubscriptions | Changes parameters of multiple data change subscriptions. Specify the handles, a new sampling interval and absolute deadband value. | |
ChangeMultipleMonitoredItemSubscriptions | Overloaded. Changes parameters of multiple subscriptions. Specify the handles, and a new sampling interval. | |
DiscoverGlobalApplications | Overloaded. | |
DiscoverGlobalServers | Overloaded. | |
DiscoverLocalApplications | Overloaded. This method uses the so-called Local Discovery Server (LDS). You can influence how the discovery works using the properties in static EasyUAClientCore.SharedParameters. Invokes the FindServers service. See also in Knowledge Base: Technical note-OPC UA Discovery in QuickOPC. | |
DiscoverLocalEndpoints | Overloaded. The query is performed using a GetEndpoints service of an OPC server specified by its discovery endpoint. See also in Knowledge Base: Technical note-OPC UA Discovery in QuickOPC. | |
DiscoverLocalServers | Overloaded. This method uses the so-called Local Discovery Server (LDS). You can influence how the discovery works using the properties in static EasyUAClientCore.SharedParameters. Invokes the FindServers service. See also in Knowledge Base: Technical note-OPC UA Discovery in QuickOPC. | |
DiscoverNetworkServers | Overloaded. This method uses the so-called Local Discovery Server with Multicast Extensions (LDS-NE). You can influence how the discovery works using the properties in EasyUAClientCore.SharedParameters. Invokes the FindServersOnNetwork service. See also in Knowledge Base: Technical note-OPC UA Discovery in QuickOPC. | |
Equals | (Inherited from object) | |
FindLocalApplications | Overloaded. This method uses the discovery services on specified discovery endpoints. Invokes the FindServers service. The discovery may be attempted in parallel on the specified endpoints, depending on component settings. See also in Knowledge Base: Technical note-OPC UA Discovery in QuickOPC. | |
GetHashCode | Serves as the default hash function. (Inherited from object) | |
GetType | Gets the System.Type of the current instance. (Inherited from object) | |
PullDataChangeNotification | Attempts to pull an OPC data change notification subscribed to by the SubscribeMultipleMonitoredItems or SubscribeDataChange method. | |
PullEventNotification | Attempts to pull an OPC event notification subscribed to by the SubscribeMultipleMonitoredItems or SubscribeEvent method. | |
Read | Overloaded. | |
ReadMultiple | Overloaded. | |
ReadMultipleValues | Overloaded. | |
ReadValue | Overloaded. | |
SubscribeDataChange | Overloaded. Subscribe to a data change. Specify an endpoint descriptor, node id, and sampling interval. | |
SubscribeEvent | Overloaded. Subscribe to an event. Specify an endpoint descriptor, node id, and sampling interval. | |
SubscribeMonitoredItem | Overloaded. It is more efficient to subscribe to multiple monitored items using SubscribeMultipleMonitoredItems method. | |
SubscribeMultipleDataChanges | Subscribe to changes of multiple OPC monitored items with a data change callback method. The IEasyUAClient.DataChangeNotification event will be generated for each significant item change, and a specified callback method will be invoked. | |
SubscribeMultipleEvents | Subscribe to changes of multiple OPC monitored items with an event notification callback method. The IEasyUAClient.EventNotification event will be generated for each significant item change, and a specified callback method will be invoked. | |
SubscribeMultipleMonitoredItems | Subscribe to changes of multiple OPC monitored items. The IEasyUAClient.DataChangeNotification or IEasyUAClient.EventNotification event will be generated for each significant item change. | |
ToString | Returns a string that represents the current object. (Inherited from object) | |
UnsubscribeMonitoredItem | Unsubscribe from changes of a particular monitored item.
Unsubscribe from monitored item, specifying its handle. | |
Write | Overloaded. | |
WriteMultipleValues | Writes values into multiple attributes, using array of argument objects as an input (status codes and timestamps are not written). | |
WriteValue | Overloaded. |