bazza2jw / open62541Cpp

C++ Wrappers for Open62541 Version 0.3
35 stars 22 forks source link

NodeId access in Client monitored data item notification callback #3

Closed xallaume closed 5 years ago

xallaume commented 5 years ago

Hi and thank you for the initiative,

I'm trying your library by making a client that subscribes to several nodeIds (inside the same subscription) using the SubscriptionTest you provided. So far I succeeded in receiving the different values from the different nodes from the server. But in the notifications I can't find a way to associate data with data origin (nodeId).

Should I run a subscription for each monitored item?

Do you have an example for such a use case?

Cordially,