Overload | Description |
---|---|
SubscribeDataChange(IEasyUAClient,UAEndpointDescriptor,UANodeDescriptor,Int32) | Subscribe to a data change. Specify an endpoint descriptor, node id, and sampling interval. |
SubscribeDataChange(IEasyUAClient,UAEndpointDescriptor,UANodeDescriptor,Int32,EasyUADataChangeNotificationEventHandler) | Subscribe to a data change. Specify an endpoint descriptor, node id, sampling interval, and a callback method. |
SubscribeDataChange(IEasyUAClient,UAEndpointDescriptor,UANodeDescriptor,Int32,EasyUADataChangeNotificationEventHandler,Object) | Subscribe to a data change. Specify an endpoint descriptor, node id, sampling interval, callback method, and a state object. |
SubscribeDataChange(IEasyUAClient,UAEndpointDescriptor,UANodeDescriptor,Int32,Object) | Subscribe to a data change. Specify an endpoint descriptor, node id, sampling interval, and a state object. |
SubscribeDataChange(IEasyUAClient,UAEndpointDescriptor,UANodeDescriptor,Int32,UADataChangeFilter) | Subscribe to a data change. Specify an endpoint descriptor, node id, sampling interval, and a data change filter (e.g. an absolute deadband value). |
SubscribeDataChange(IEasyUAClient,UAEndpointDescriptor,UANodeDescriptor,Int32,UADataChangeFilter,EasyUADataChangeNotificationEventHandler,Object) | Subscribe to a data change. Specify an endpoint descriptor, node id, sampling interval, data change filter (e.g. an absolute deadband value), callback method, and a state object. |
SubscribeDataChange(IEasyUAClient,UAEndpointDescriptor,UANodeDescriptor,Int32,UADataChangeFilter,Object) | Subscribe to a data change. Specify an endpoint descriptor, node id, sampling interval, data change filter (e.g. an absolute deadband) value, and a state object. |