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 <link linkend="gdbus-interface-org-freedesktop-ModemManager1-Sim.
top_of_page">org.freedesktop.ModemManager1.Sim</link>.
All known implementing classes:
Content:
Properties:
- public abstract bool active { get; set; }
Represents the D-Bus property <link
linkend="gdbus-property-org-freedesktop-ModemManager1-Sim.
- public abstract string eid { owned get; set; }
Represents the D-Bus property <link
linkend="gdbus-property-org-freedesktop-ModemManager1-Sim.
- public abstract string[] emergency_numbers { owned get; set; }
Represents the D-Bus property <link
linkend="gdbus-property-org-freedesktop-ModemManager1-Sim.
- public abstract uint esim_status { get; set; }
Represents the D-Bus property <link
linkend="gdbus-property-org-freedesktop-ModemManager1-Sim.
- public abstract Variant gid1 { owned get; set; }
Represents the D-Bus property <link
linkend="gdbus-property-org-freedesktop-ModemManager1-Sim.
- public abstract Variant gid2 { owned get; set; }
Represents the D-Bus property <link
linkend="gdbus-property-org-freedesktop-ModemManager1-Sim.
- public abstract string imsi { owned get; set; }
Represents the D-Bus property <link
linkend="gdbus-property-org-freedesktop-ModemManager1-Sim.
- public abstract string operator_identifier { owned get; set; }
Represents the D-Bus property <link
linkend="gdbus-property-org-freedesktop-ModemManager1-Sim.
- public abstract string operator_name { owned get; set; }
Represents the D-Bus property <link
linkend="gdbus-property-org-freedesktop-ModemManager1-Sim.
- public abstract Variant preferred_networks { owned get; set; }
Represents the D-Bus property <link
linkend="gdbus-property-org-freedesktop-ModemManager1-Sim.
- public abstract uint removability { get; set; }
Represents the D-Bus property <link
linkend="gdbus-property-org-freedesktop-ModemManager1-Sim.
- public abstract string sim_identifier { owned get; set; }
Represents the D-Bus property <link
linkend="gdbus-property-org-freedesktop-ModemManager1-Sim.
- public abstract uint sim_type { get; set; }
Represents the D-Bus property <link
linkend="gdbus-property-org-freedesktop-ModemManager1-Sim.
Static methods:
Methods:
- public async bool call_change_pin (string arg_old_pin, string arg_new_pin, Cancellable? cancellable) throws Error
Asynchronously invokes the <link
linkend="gdbus-method-org-freedesktop-ModemManager1-Sim.
- public bool call_change_pin_sync (string arg_old_pin, string arg_new_pin, Cancellable? cancellable = null) throws Error
Synchronously invokes the <link
linkend="gdbus-method-org-freedesktop-ModemManager1-Sim.
- public async bool call_enable_pin (string arg_pin, bool arg_enabled, Cancellable? cancellable) throws Error
Asynchronously invokes the <link
linkend="gdbus-method-org-freedesktop-ModemManager1-Sim.
- public bool call_enable_pin_sync (string arg_pin, bool arg_enabled, Cancellable? cancellable = null) throws Error
Synchronously invokes the <link
linkend="gdbus-method-org-freedesktop-ModemManager1-Sim.
- public async bool call_send_pin (string arg_pin, Cancellable? cancellable) throws Error
Asynchronously invokes the <link
linkend="gdbus-method-org-freedesktop-ModemManager1-Sim.
- public bool call_send_pin_sync (string arg_pin, Cancellable? cancellable = null) throws Error
Synchronously invokes the <link
linkend="gdbus-method-org-freedesktop-ModemManager1-Sim.
- public async bool call_send_puk (string arg_puk, string arg_pin, Cancellable? cancellable) throws Error
Asynchronously invokes the <link
linkend="gdbus-method-org-freedesktop-ModemManager1-Sim.
- public bool call_send_puk_sync (string arg_puk, string arg_pin, Cancellable? cancellable = null) throws Error
Synchronously invokes the <link
linkend="gdbus-method-org-freedesktop-ModemManager1-Sim.
- public async bool call_set_preferred_networks (Variant arg_preferred_networks, Cancellable? cancellable) throws Error
Asynchronously invokes the <link
linkend="gdbus-method-org-freedesktop-ModemManager1-Sim.
- public bool call_set_preferred_networks_sync (Variant arg_preferred_networks, Cancellable? cancellable = null) throws Error
Synchronously invokes the <link
linkend="gdbus-method-org-freedesktop-ModemManager1-Sim.
- public void complete_change_pin (owned DBusMethodInvocation invocation)
Helper function used in service implementations to finish handling
invocations of the <link linkend="gdbus-method-org-freedesktop-ModemManager1-Sim.
- public void complete_enable_pin (owned DBusMethodInvocation invocation)
Helper function used in service implementations to finish handling
invocations of the <link linkend="gdbus-method-org-freedesktop-ModemManager1-Sim.
- public void complete_send_pin (owned DBusMethodInvocation invocation)
Helper function used in service implementations to finish handling
invocations of the <link linkend="gdbus-method-org-freedesktop-ModemManager1-Sim.
- public void complete_send_puk (owned DBusMethodInvocation invocation)
Helper function used in service implementations to finish handling
invocations of the <link linkend="gdbus-method-org-freedesktop-ModemManager1-Sim.
- public void complete_set_preferred_networks (owned DBusMethodInvocation invocation)
Helper function used in service implementations to finish handling
invocations of the <link linkend="gdbus-method-org-freedesktop-ModemManager1-Sim.
Signals:
Inherited Members:
All known members inherited from class GLib.Object