ddbus.simple

Undocumented in source.

Members

Classes

PathIface
class PathIface
Undocumented in source.

Enums

SignalMethod
enum SignalMethod
Undocumented in source.

Functions

registerMethods
deprecated void registerMethods(MessageRouter router, string path, string iface, T obj)
Undocumented in source. Be warned that the author may not have intended to support it.
registerMethods
void registerMethods(MessageRouter router, ObjectPath path, InterfaceName iface, T obj)

Registers all *possible* methods of an object in a router. It will not register methods that use types that ddbus can't handle.

Meta