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 org.freedesktop.ModemManager1.Call.
All known implementing classes:
Content:
Properties:
- public abstract Variant audio_format { owned get; set; }
Represents the D-Bus property "AudioFormat".
- public abstract string audio_port { owned get; set; }
Represents the D-Bus property "AudioPort".
- public abstract int direction { get; set; }
Represents the D-Bus property "Direction".
- public abstract bool multiparty { get; set; }
Represents the D-Bus property "Multiparty".
- public abstract string number { owned get; set; }
Represents the D-Bus property "Number".
- public abstract int state { get; set; }
Represents the D-Bus property "State".
- public abstract int state_reason { get; set; }
Represents the D-Bus property "StateReason".
Static methods:
Methods:
- public async bool call_accept (Cancellable? cancellable) throws Error
Asynchronously invokes the Accept D-Bus method on
this.
- public bool call_accept_sync (Cancellable? cancellable = null) throws Error
Synchronously invokes the Accept D-Bus method on
this.
- public async bool call_deflect (string arg_number, Cancellable? cancellable) throws Error
Asynchronously invokes the Deflect D-Bus method on
this.
- public bool call_deflect_sync (string arg_number, Cancellable? cancellable = null) throws Error
Synchronously invokes the Deflect D-Bus method on
this.
- public async bool call_hangup (Cancellable? cancellable) throws Error
Asynchronously invokes the Hangup D-Bus method on
this.
- public bool call_hangup_sync (Cancellable? cancellable = null) throws Error
Synchronously invokes the Hangup D-Bus method on
this.
- public async bool call_join_multiparty (Cancellable? cancellable) throws Error
Asynchronously invokes the JoinMultiparty D-Bus method on
this.
- public bool call_join_multiparty_sync (Cancellable? cancellable = null) throws Error
Synchronously invokes the JoinMultiparty D-Bus method on
this.
- public async bool call_leave_multiparty (Cancellable? cancellable) throws Error
Asynchronously invokes the LeaveMultiparty D-Bus method on
this.
- public bool call_leave_multiparty_sync (Cancellable? cancellable = null) throws Error
Synchronously invokes the LeaveMultiparty D-Bus method on
this.
- public async bool call_send_dtmf (string arg_dtmf, Cancellable? cancellable) throws Error
Asynchronously invokes the SendDtmf D-Bus method on
this.
- public bool call_send_dtmf_sync (string arg_dtmf, Cancellable? cancellable = null) throws Error
Synchronously invokes the SendDtmf D-Bus method on
this.
- public async bool call_start (Cancellable? cancellable) throws Error
Asynchronously invokes the Start D-Bus method on
this.
- public bool call_start_sync (Cancellable? cancellable = null) throws Error
Synchronously invokes the Start D-Bus method on
this.
- public void complete_accept (owned DBusMethodInvocation invocation)
Helper function used in service implementations to finish handling
invocations of the Accept D-Bus method.
- public void complete_deflect (owned DBusMethodInvocation invocation)
Helper function used in service implementations to finish handling
invocations of the Deflect D-Bus method.
- public void complete_hangup (owned DBusMethodInvocation invocation)
Helper function used in service implementations to finish handling
invocations of the Hangup D-Bus method.
- public void complete_join_multiparty (owned DBusMethodInvocation invocation)
Helper function used in service implementations to finish handling
invocations of the JoinMultiparty D-Bus method.
- public void complete_leave_multiparty (owned DBusMethodInvocation invocation)
Helper function used in service implementations to finish handling
invocations of the LeaveMultiparty D-Bus method.
- public void complete_send_dtmf (owned DBusMethodInvocation invocation)
Helper function used in service implementations to finish handling
invocations of the SendDtmf D-Bus method.
- public void complete_start (owned DBusMethodInvocation invocation)
Helper function used in service implementations to finish handling
invocations of the Start D-Bus method.
- public void emit_dtmf_received (string arg_dtmf)
Emits the "DtmfReceived" D-Bus signal.
- public void emit_state_changed (int arg_old, int arg_new, uint arg_reason)
Emits the "StateChanged" D-Bus signal.
Signals:
- public virtual signal void dtmf_received (string arg_dtmf)
On the client-side, this signal is emitted whenever the D-Bus signal
"DtmfReceived" is received.
- public virtual signal bool handle_accept (DBusMethodInvocation invocation)
Signal emitted when a remote caller is invoking the Accept
D-Bus method.
- public virtual signal bool handle_deflect (DBusMethodInvocation invocation, string arg_number)
Signal emitted when a remote caller is invoking the Deflect
D-Bus method.
- public virtual signal bool handle_hangup (DBusMethodInvocation invocation)
Signal emitted when a remote caller is invoking the Hangup
D-Bus method.
- public virtual signal bool handle_join_multiparty (DBusMethodInvocation invocation)
Signal emitted when a remote caller is invoking the JoinMultiparty
D-Bus method.
- public virtual signal bool handle_leave_multiparty (DBusMethodInvocation invocation)
Signal emitted when a remote caller is invoking the LeaveMultiparty
D-Bus method.
- public virtual signal bool handle_send_dtmf (DBusMethodInvocation invocation, string arg_dtmf)
Signal emitted when a remote caller is invoking the SendDtmf
D-Bus method.
- public virtual signal bool handle_start (DBusMethodInvocation invocation)
Signal emitted when a remote caller is invoking the Start D-Bus
method.
- 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
"StateChanged" is received.
Inherited Members:
All known members inherited from class GLib.Object
- @get
- @new
- @ref
- @set
- add_toggle_ref
- add_weak_pointer
- bind_property
- connect
- constructed
- disconnect
- dispose
- dup_data
- dup_qdata
- force_floating
- freeze_notify
- get_class
- get_data
- get_property
- get_qdata
- get_type
- getv
- interface_find_property
- interface_install_property
- interface_list_properties
- is_floating
- new_valist
- new_with_properties
- newv
- notify
- notify_property
- ref_count
- ref_sink
- remove_toggle_ref
- remove_weak_pointer
- replace_data
- replace_qdata
- set_data
- set_data_full
- set_property
- set_qdata
- set_qdata_full
- set_valist
- setv
- steal_data
- steal_qdata
- thaw_notify
- unref
- watch_closure
- weak_ref
- weak_unref