dumb_dbus.connection
local dumb_dbus = require 'dumb_dbus'
Functions
call(self, bus_name: string, object_path: string, interface_name: string, method_name: string, parameters: value[]) → value
Invokes the method_name method on the interface_name D-Bus interface
on the remote object at object_path owned by bus_name.
emit_signal(self, destination_bus_name: string, object_path: string, interface_name: string, signal_name: string, parameters: value[])
Emits a signal.