Re: [Dbus-cxx-devel] How do I access properties of an Interface.
Status: Beta
Brought to you by:
rvinyard
From: Rick L. V. Jr. <rvi...@cs...> - 2010-02-16 15:40:13
|
roland roland wrote: > Thanks Rick, > > How do I access interface properties in dbus c ? Can you point me to an > example that does that? I found many example that demonstrate methods and > signals, but none that access properties. I'm not sure. I haven't looked into them yet. Do you have control over the DBus interface, or do you need to access one that someone else has specified? If it's the former I would recommend using get/set methods as accessors. If it's the latter, I'm not sure. > I tried invoking "Get" method on "org.freedesktop.DBus.Properties", but > that > returned "Method "Get" with signature "ss" on interface > "org.freedesktop.DBus.Properties" doesn't exist" ??? > Possible. I haven't messed with properties yet. If you get it figured out you might post a follow up for others. |