DBus.Raise (gb.dbus)

Static Sub Raise ( Object As DBusObject, Signal As String [ , Arguments As Variant[] ] )

Raise a DBus object signal.

  • Object is the DBus object that will raise the signal.

  • Signal is the DBus signal name.

  • Arguments are the optional signal arguments.

All events declared by the DBusObject object become DBusObject signals, the signature of the events becoming the DBus signature of the signal.