GdbusModemCdma
Object Hierarchy:
Description:
[ CCode ( cname = "MmGdbusModemCdma" , type_id = "mm_gdbus_modem_cdma_get_type ()" ) ]
public interface GdbusModemCdma : Object
public interface GdbusModemCdma : Object
Abstract interface type for the D-Bus interface org.freedesktop.ModemManager1.Modem.ModemCdma.
All known implementing classes:
Namespace: MM
Package: libmm-glib
Content:
Properties:
- public abstract uint activation_state { get; set; }
Represents the D-Bus property "ActivationState".
- public abstract uint cdma1x_registration_state { get; set; }
Represents the D-Bus property "Cdma1xRegistrationState".
- public abstract string esn { owned get; set; }
Represents the D-Bus property "Esn".
- public abstract uint evdo_registration_state { get; set; }
Represents the D-Bus property "EvdoRegistrationState".
- public abstract string meid { owned get; set; }
Represents the D-Bus property "Meid".
- public abstract uint nid { get; set; }
Represents the D-Bus property "Nid".
- public abstract uint sid { get; set; }
Represents the D-Bus property "Sid".
Static methods:
- public static unowned DBusInterfaceInfo interface_info ()
Gets a machine-readable description of the org.freedesktop.ModemManager1.Modem.ModemCdma D-Bus interface.
- public static uint override_properties (ObjectClass klass, uint property_id_begin)
Overrides all Object properties in the GdbusModemCdma interface for a concrete class.
Methods:
- public async bool call_activate (string arg_carrier_code, Cancellable? cancellable) throws Error
Asynchronously invokes the Activate D-Bus method on this.
- public async bool call_activate_manual (Variant arg_properties, Cancellable? cancellable) throws Error
Asynchronously invokes the ActivateManual D-Bus method on this.
- public bool call_activate_manual_sync (Variant arg_properties, Cancellable? cancellable = null) throws Error
Synchronously invokes the ActivateManual D-Bus method on this.
- public bool call_activate_sync (string arg_carrier_code, Cancellable? cancellable = null) throws Error
Synchronously invokes the Activate D-Bus method on this.
- public void complete_activate (owned DBusMethodInvocation invocation)
Helper function used in service implementations to finish handling invocations of the Activate D-Bus method.
- public void complete_activate_manual (owned DBusMethodInvocation invocation)
Helper function used in service implementations to finish handling invocations of the ActivateManual D-Bus method.
- public void emit_activation_state_changed (uint arg_activation_state, uint arg_activation_error, Variant arg_status_changes)
Emits the "ActivationStateChanged" D-Bus signal.
Signals:
- public virtual signal void activation_state_changed (uint arg_activation_state, uint arg_activation_error, Variant arg_status_changes)
On the client-side, this signal is emitted whenever the D-Bus signal "ActivationStateChanged" is received.
- public virtual signal bool handle_activate (DBusMethodInvocation invocation, string arg_carrier_code)
Signal emitted when a remote caller is invoking the Activate D-Bus method.
- public virtual signal bool handle_activate_manual (DBusMethodInvocation invocation, Variant arg_properties)
Signal emitted when a remote caller is invoking the ActivateManual D-Bus method.
Inherited Members:
All known members inherited from class GLib.Object