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-11 16:19:45
|
roland roland wrote: > Can someone help me understand, how I could access an Interfaces > properties? There are Interface and InterfaceProxy classes depending on whether you're on server or client side. I haven't written anything wrapping interface properties; just methods and signals for now, since that's what I needed. > In general, I read that dbus-cxx attempts to provide high-level > dbus-binding. What are its limitation? There are a number of aspects that still aren't wrapped... like properties and Variants. > Given a DBus service, what things can I not do with dbus-cxx? I intentionally exposed the underlying dbus C library. Anything that isn't supported yet in dbus-cxx can still be handled in the C library. --- Rick |