GdbusSim
Object Hierarchy:
Description:
[ CCode ( cname = "MmGdbusSim" , type_id = "mm_gdbus_sim_get_type ()" ) ]
public interface GdbusSim : Object
public interface GdbusSim : Object
Abstract interface type for the D-Bus interface org.freedesktop.ModemManager1.Sim.
All known implementing classes:
Namespace: MM
Package: libmm-glib
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 Variant gid1 { owned get; set; }
Represents the D-Bus property "Gid1".
- public abstract Variant gid2 { owned get; set; }
Represents the D-Bus property "Gid2".
- 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:
- public static unowned DBusInterfaceInfo interface_info ()
Gets a machine-readable description of the org.freedesktop.ModemManager1.Sim D-Bus interface.
- public static uint override_properties (ObjectClass klass, uint property_id_begin)
Overrides all Object properties in the GdbusSim interface for a concrete class.
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