Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [milo-dev] Reg: Subscribing multiple nodes from a node

The UaSubscription#createMonitoredItems() call accepts multiple MonitoredItemCreateRequests, one per item you want to create.

You will have to repeat some of the code to create additional MonitoredItemCreateRequests.

On Sat, Aug 1, 2020 at 4:07 AM J Dhanasekar <jdhanasekar@xxxxxxxxxxxxxxxxxx> wrote:
Hi Milo,

In SubscriptionExample.java, there is code for subscribing a single node in a server. 
How to subscribe to multiple nodes in a server ?.

Do I need to repeat the single subscription code for multiple times to achieve my objective?.
Is there any short cut available?


Thanks,
Dhanasekar
_______________________________________________
milo-dev mailing list
milo-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/milo-dev

Back to the top