ParsedID

Results 4 comments of ParsedID

Hey, thanks for the fast response! I use the monitor method in the same way (although i extended it a bit to include item quality, status timestamp, id etc... and...

Updated with actual function we are now using. I pass out the subscription so we can manage it as necessary. ``` /// /// Monitor the specified tags for changes. Creates...

Updated with the actual functions. This works just fine for our case.

Note that we also had to change the options, as subscription would stop working after a while. This also allows us to debug without the callbacks stopping. SessionTimeout = 3600000U;...