GdbusSim
Object Hierarchy:
Description:
[ CCode ( cname = "MmGdbusSim" , type_id = "mm_gdbus_sim_get_type ()" ) ]
public interface GdbusSim : Object
Abstract interface type for the D-Bus interface org.freedesktop.ModemManager1.Sim.
All known implementing classes:
Content:
Properties:
- public abstract bool active { get; set; }
Represents the D-Bus property "Active".
- public abstract string eid { owned get; set; }
Represents the D-Bus property "Eid".
- public abstract string[] emergency_numbers { owned get; set; }
Represents the D-Bus property "EmergencyNumbers".
- public abstract uint esim_status { get; set; }
Represents the D-Bus property "EsimStatus".
- public abstract string imsi { owned get; set; }
Represents the D-Bus property "Imsi".
- public abstract string operator_identifier { owned get; set; }
Represents the D-Bus property "OperatorIdentifier".
- public abstract string operator_name { owned get; set; }
Represents the D-Bus property "OperatorName".
- public abstract Variant preferred_networks { owned get; set; }
Represents the D-Bus property "PreferredNetworks".
- public abstract uint removability { get; set; }
Represents the D-Bus property "Removability".
- public abstract string sim_identifier { owned get; set; }
Represents the D-Bus property "SimIdentifier".
- public abstract uint sim_type { get; set; }
Represents the D-Bus property "SimType".
Static methods:
Methods:
- public async bool call_change_pin (string arg_old_pin, string arg_new_pin, Cancellable? cancellable) throws Error
Asynchronously invokes the ChangePin D-Bus method on
this.
- public bool call_change_pin_sync (string arg_old_pin, string arg_new_pin, Cancellable? cancellable = null) throws Error
Synchronously invokes the ChangePin D-Bus method on
this.
- public async bool call_enable_pin (string arg_pin, bool arg_enabled, Cancellable? cancellable) throws Error
Asynchronously invokes the EnablePin D-Bus method on
this.
- public bool call_enable_pin_sync (string arg_pin, bool arg_enabled, Cancellable? cancellable = null) throws Error
Synchronously invokes the EnablePin D-Bus method on
this.
- public async bool call_send_pin (string arg_pin, Cancellable? cancellable) throws Error
Asynchronously invokes the SendPin D-Bus method on
this.
- public bool call_send_pin_sync (string arg_pin, Cancellable? cancellable = null) throws Error
Synchronously invokes the SendPin D-Bus method on
this.
- public async bool call_send_puk (string arg_puk, string arg_pin, Cancellable? cancellable) throws Error
Asynchronously invokes the SendPuk D-Bus method on
this.
- public bool call_send_puk_sync (string arg_puk, string arg_pin, Cancellable? cancellable = null) throws Error
Synchronously invokes the SendPuk D-Bus method on
this.
- public async bool call_set_preferred_networks (Variant arg_preferred_networks, Cancellable? cancellable) throws Error
Asynchronously invokes the SetPreferredNetworks D-Bus method on
this.
- public bool call_set_preferred_networks_sync (Variant arg_preferred_networks, Cancellable? cancellable = null) throws Error
Synchronously invokes the SetPreferredNetworks D-Bus method on
this.
- public void complete_change_pin (owned DBusMethodInvocation invocation)
Helper function used in service implementations to finish handling
invocations of the ChangePin D-Bus method.
- public void complete_enable_pin (owned DBusMethodInvocation invocation)
Helper function used in service implementations to finish handling
invocations of the EnablePin D-Bus method.
- public void complete_send_pin (owned DBusMethodInvocation invocation)
Helper function used in service implementations to finish handling
invocations of the SendPin D-Bus method.
- public void complete_send_puk (owned DBusMethodInvocation invocation)
Helper function used in service implementations to finish handling
invocations of the SendPuk D-Bus method.
- public void complete_set_preferred_networks (owned DBusMethodInvocation invocation)
Helper function used in service implementations to finish handling
invocations of the SetPreferredNetworks D-Bus method.
Signals:
- public virtual signal bool handle_change_pin (DBusMethodInvocation invocation, string arg_old_pin, string arg_new_pin)
Signal emitted when a remote caller is invoking the ChangePin
D-Bus method.
- public virtual signal bool handle_enable_pin (DBusMethodInvocation invocation, string arg_pin, bool arg_enabled)
Signal emitted when a remote caller is invoking the EnablePin
D-Bus method.
- public virtual signal bool handle_send_pin (DBusMethodInvocation invocation, string arg_pin)
Signal emitted when a remote caller is invoking the SendPin
D-Bus method.
- public virtual signal bool handle_send_puk (DBusMethodInvocation invocation, string arg_puk, string arg_pin)
Signal emitted when a remote caller is invoking the SendPuk
D-Bus method.
- public virtual signal bool handle_set_preferred_networks (DBusMethodInvocation invocation, Variant arg_preferred_networks)
Signal emitted when a remote caller is invoking the
SetPreferredNetworks D-Bus method.
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