GdbusCall
Object Hierarchy:
Description:
[
CCode ( cname =
"MmGdbusCall" , type_id =
"mm_gdbus_call_get_type ()" ) ]
public interface GdbusCall :
Object
Abstract interface type for the D-Bus interface <link linkend="gdbus-interface-org-freedesktop-ModemManager1-Call.
top_of_page">org.freedesktop.ModemManager1.Call</link>.
All known implementing classes:
Content:
Properties:
- public abstract Variant audio_format { owned get; set; }
Represents the D-Bus property <link
linkend="gdbus-property-org-freedesktop-ModemManager1-Call.
- public abstract string audio_port { owned get; set; }
Represents the D-Bus property <link
linkend="gdbus-property-org-freedesktop-ModemManager1-Call.
- public abstract int direction { get; set; }
Represents the D-Bus property <link
linkend="gdbus-property-org-freedesktop-ModemManager1-Call.
- public abstract bool multiparty { get; set; }
Represents the D-Bus property <link
linkend="gdbus-property-org-freedesktop-ModemManager1-Call.
- public abstract string number { owned get; set; }
Represents the D-Bus property <link
linkend="gdbus-property-org-freedesktop-ModemManager1-Call.
- public abstract int state { get; set; }
Represents the D-Bus property <link
linkend="gdbus-property-org-freedesktop-ModemManager1-Call.
- public abstract int state_reason { get; set; }
Represents the D-Bus property <link
linkend="gdbus-property-org-freedesktop-ModemManager1-Call.
Static methods:
Methods:
Signals:
- public virtual signal void dtmf_received (string arg_dtmf)
On the client-side, this signal is emitted whenever the D-Bus signal
<link linkend="gdbus-signal-org-freedesktop-ModemManager1-Call.
- public virtual signal bool handle_accept (DBusMethodInvocation invocation)
Signal emitted when a remote caller is invoking the <link
linkend="gdbus-method-org-freedesktop-ModemManager1-Call.
- public virtual signal bool handle_deflect (DBusMethodInvocation invocation, string arg_number)
Signal emitted when a remote caller is invoking the <link
linkend="gdbus-method-org-freedesktop-ModemManager1-Call.
- public virtual signal bool handle_hangup (DBusMethodInvocation invocation)
Signal emitted when a remote caller is invoking the <link
linkend="gdbus-method-org-freedesktop-ModemManager1-Call.
- public virtual signal bool handle_join_multiparty (DBusMethodInvocation invocation)
Signal emitted when a remote caller is invoking the <link
linkend="gdbus-method-org-freedesktop-ModemManager1-Call.
- public virtual signal bool handle_leave_multiparty (DBusMethodInvocation invocation)
Signal emitted when a remote caller is invoking the <link
linkend="gdbus-method-org-freedesktop-ModemManager1-Call.
- public virtual signal bool handle_send_dtmf (DBusMethodInvocation invocation, string arg_dtmf)
Signal emitted when a remote caller is invoking the <link
linkend="gdbus-method-org-freedesktop-ModemManager1-Call.
- public virtual signal bool handle_start (DBusMethodInvocation invocation)
Signal emitted when a remote caller is invoking the <link
linkend="gdbus-method-org-freedesktop-ModemManager1-Call.
- public virtual signal void state_changed (int arg_old, int arg_new, uint arg_reason)
On the client-side, this signal is emitted whenever the D-Bus signal
<link linkend="gdbus-signal-org-freedesktop-ModemManager1-Call.
Inherited Members:
All known members inherited from class GLib.Object