DBusObserver.Reply
(gb.dbus)
Sub Reply ( [ Signature As String, Arguments As Array ] )
Reply to a
method call message.
- Signature is the signature of the reply. It should be the signature of the output arguments of the method call!
- Arguments is an array of the returned values.