changing property values
Posted: Tue Apr 20, 2010 10:02 am
Hi Scott,
probably an easy question for you.
How can I change a property's value inside of my own DLL without!!! triggering the DeviceRun function. Normally, so my understanding, I have to call the ChangeRequest function. That is what I'm doing all the time and what works well. But this will cause adding this property to the server's change queue. What I want is, to avoid that the server calls my DeviceRun function for this particular property in this case. I tried ChangeRequestCompleted instead of ChangeRequest. It seems to work but I'm not sure if there are any side effects.
Thanks in advance
peter
probably an easy question for you.
How can I change a property's value inside of my own DLL without!!! triggering the DeviceRun function. Normally, so my understanding, I have to call the ChangeRequest function. That is what I'm doing all the time and what works well. But this will cause adding this property to the server's change queue. What I want is, to avoid that the server calls my DeviceRun function for this particular property in this case. I tried ChangeRequestCompleted instead of ChangeRequest. It seems to work but I'm not sure if there are any side effects.
Thanks in advance
peter