13 #ifndef DBUSCXX_DISPATCHER_H
14 #define DBUSCXX_DISPATCHER_H
A Dispatcher handles all of the reading/writing that a Connection needs in order to work correctly.
Definition: dispatcher.h:24
virtual ~Dispatcher()
Definition: dispatcher.cpp:11
virtual bool add_connection(std::shared_ptr< Connection > connection)=0
virtual std::shared_ptr< Connection > create_connection(std::string address)=0
virtual std::shared_ptr< Connection > create_connection(BusType type)=0
Global DBus namespace, where everything happens.
Definition: callmessage.cpp:18
BusType
Definition: enums.h:16
DataType type(const uint8_t &)
Definition: types.h:137