OnPropertyChangeRequest()
Posted: Fri Feb 12, 2010 4:12 pm
Scott:
Is there anyway to prevent the property change from occuring within the device. With the TCP Client I posted, I use a boolean property to signal the device to clear its internal buffer. However, If I intercept this property change within OnPropertyChangeRequest(), act on it, and then set the boolean property back to false, the property change done within that sub to reset the value never gets propagated. I see the request to change the property to "0" show up subsequently in the sub via debugging, but the property value remains set to "1". Any hints or suggestions?
Osler
Is there anyway to prevent the property change from occuring within the device. With the TCP Client I posted, I use a boolean property to signal the device to clear its internal buffer. However, If I intercept this property change within OnPropertyChangeRequest(), act on it, and then set the boolean property back to false, the property change done within that sub to reset the value never gets propagated. I see the request to change the property to "0" show up subsequently in the sub via debugging, but the property value remains set to "1". Any hints or suggestions?
Osler