DBus::InterfaceProxy Class Reference
#include <interface.h>
Inheritance diagram for DBus::InterfaceProxy:
Public Member Functions | |
InterfaceProxy (const std::string &name) | |
Message | invoke_method (const CallMessage &) |
bool | invoke_method_noreply (const CallMessage &call) |
bool | dispatch_signal (const SignalMessage &) |
Protected Attributes | |
SignalTable | _signals |
Detailed Description
Definition at line 163 of file interface.h.
Constructor & Destructor Documentation
InterfaceProxy::InterfaceProxy | ( | const std::string & | name | ) |
Definition at line 123 of file interface.cpp.
References DBus::ProxyBase::_interfaces, and DBus::debug_log.
Member Function Documentation
bool InterfaceProxy::dispatch_signal | ( | const SignalMessage & | msg | ) |
Definition at line 131 of file interface.cpp.
References _signals, DBus::SignalMessage::member(), and DBus::Interface::name().
Message InterfaceProxy::invoke_method | ( | const CallMessage & | call | ) |
Definition at line 151 of file interface.cpp.
References DBus::ProxyBase::_invoke_method(), DBus::CallMessage::interface(), and DBus::Interface::name().
Referenced by DBus::IntrospectableProxy::Introspect().
bool InterfaceProxy::invoke_method_noreply | ( | const CallMessage & | call | ) |
Definition at line 161 of file interface.cpp.
References DBus::ProxyBase::_invoke_method_noreply(), DBus::CallMessage::interface(), and DBus::Interface::name().
Member Data Documentation
SignalTable DBus::InterfaceProxy::_signals [protected] |
Definition at line 177 of file interface.h.
Referenced by dispatch_signal().
The documentation for this class was generated from the following files: