You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When this is implemented as an event. We cannot know the initial state of the service. It should be a property instead so the we can read the state at any time.
You still need an event when the property changes of course. For this, I suggest using org.freedesktop.DBus.Properties.PropertiesChanged.
Right now I work around the issue by emitting the current-status whenever a client connects. So if dbus properties actually work on the ev3 a transition plan would be:
add the property and keep the signal
after a release cycle drop the annotation from the signal
When this is implemented as an event. We cannot know the initial state of the service. It should be a property instead so the we can read the state at any time.
You still need an event when the property changes of course. For this, I suggest using
org.freedesktop.DBus.Properties.PropertiesChanged
.See http://dbus.freedesktop.org/doc/dbus-specification.html#standard-interfaces-properties.
The text was updated successfully, but these errors were encountered: