GdbusModem3gpp
Object Hierarchy:
Description:
[ CCode ( cname = "MmGdbusModem3gpp" , type_id = "mm_gdbus_modem3gpp_get_type ()" ) ]
public interface GdbusModem3gpp : Object
Abstract interface type for the D-Bus interface org.freedesktop.ModemManager1.Modem.Modem3gpp.
All known implementing classes:
Content:
Properties:
- public abstract uint enabled_facility_locks { get; set; }
Represents the D-Bus property "EnabledFacilityLocks".
- public abstract uint eps_ue_mode_operation { get; set; }
Represents the D-Bus property "EpsUeModeOperation".
- public abstract string imei { owned get; set; }
Represents the D-Bus property "Imei".
- public abstract string initial_eps_bearer { owned get; set; }
Represents the D-Bus property "InitialEpsBearer".
- public abstract Variant initial_eps_bearer_settings { owned get; set; }
Represents the D-Bus property "InitialEpsBearerSettings".
- public abstract Variant nr5g_registration_settings { owned get; set; }
Represents the D-Bus property "Nr5gRegistrationSettings".
- public abstract string operator_code { owned get; set; }
Represents the D-Bus property "OperatorCode".
- public abstract string operator_name { owned get; set; }
Represents the D-Bus property "OperatorName".
- public abstract uint packet_service_state { get; set; }
Represents the D-Bus property "PacketServiceState".
- public abstract Variant pco { owned get; set; }
Represents the D-Bus property "Pco".
- public abstract uint registration_state { get; set; }
Represents the D-Bus property "RegistrationState".
- public abstract uint subscription_state { get; set; }
Represents the D-Bus property "SubscriptionState".
Static methods:
Methods:
- public async bool call_disable_facility_lock (Variant arg_properties, Cancellable? cancellable) throws Error
Asynchronously invokes the DisableFacilityLock D-Bus method on
this.
- public bool call_disable_facility_lock_sync (Variant arg_properties, Cancellable? cancellable = null) throws Error
Synchronously invokes the DisableFacilityLock D-Bus method on
this.
- public async bool call_register (string arg_operator_id, Cancellable? cancellable) throws Error
Asynchronously invokes the Register D-Bus method on
this.
- public bool call_register_sync (string arg_operator_id, Cancellable? cancellable = null) throws Error
Synchronously invokes the Register D-Bus method on
this.
- public async bool call_scan (Cancellable? cancellable, out Variant out_results) throws Error
Asynchronously invokes the Scan D-Bus method on
this.
- public bool call_scan_sync (out Variant out_results, Cancellable? cancellable = null) throws Error
Synchronously invokes the Scan D-Bus method on
this.
- public async bool call_set_eps_ue_mode_operation (uint arg_mode, Cancellable? cancellable) throws Error
Asynchronously invokes the SetEpsUeModeOperation D-Bus method
on this.
- public bool call_set_eps_ue_mode_operation_sync (uint arg_mode, Cancellable? cancellable = null) throws Error
Synchronously invokes the SetEpsUeModeOperation D-Bus method on
this.
- public async bool call_set_initial_eps_bearer_settings (Variant arg_settings, Cancellable? cancellable) throws Error
Asynchronously invokes the SetInitialEpsBearerSettings D-Bus
method on this.
- public bool call_set_initial_eps_bearer_settings_sync (Variant arg_settings, Cancellable? cancellable = null) throws Error
Synchronously invokes the SetInitialEpsBearerSettings D-Bus
method on this.
- public async bool call_set_nr5g_registration_settings (Variant arg_properties, Cancellable? cancellable) throws Error
Asynchronously invokes the SetNr5gRegistrationSettings D-Bus
method on this.
- public bool call_set_nr5g_registration_settings_sync (Variant arg_properties, Cancellable? cancellable = null) throws Error
Synchronously invokes the SetNr5gRegistrationSettings D-Bus
method on this.
- public async bool call_set_packet_service_state (uint arg_state, Cancellable? cancellable) throws Error
Asynchronously invokes the SetPacketServiceState D-Bus method
on this.
- public bool call_set_packet_service_state_sync (uint arg_state, Cancellable? cancellable = null) throws Error
Synchronously invokes the SetPacketServiceState D-Bus method on
this.
- public void complete_disable_facility_lock (owned DBusMethodInvocation invocation)
Helper function used in service implementations to finish handling
invocations of the DisableFacilityLock D-Bus method.
- public void complete_register (owned DBusMethodInvocation invocation)
Helper function used in service implementations to finish handling
invocations of the Register D-Bus method.
- public void complete_scan (owned DBusMethodInvocation invocation, Variant results)
Helper function used in service implementations to finish handling
invocations of the Scan D-Bus method.
- public void complete_set_eps_ue_mode_operation (owned DBusMethodInvocation invocation)
Helper function used in service implementations to finish handling
invocations of the SetEpsUeModeOperation D-Bus method.
- public void complete_set_initial_eps_bearer_settings (owned DBusMethodInvocation invocation)
Helper function used in service implementations to finish handling
invocations of the SetInitialEpsBearerSettings D-Bus method.
- public void complete_set_nr5g_registration_settings (owned DBusMethodInvocation invocation)
Helper function used in service implementations to finish handling
invocations of the SetNr5gRegistrationSettings D-Bus method.
- public void complete_set_packet_service_state (owned DBusMethodInvocation invocation)
Helper function used in service implementations to finish handling
invocations of the SetPacketServiceState D-Bus method.
Signals:
- public virtual signal bool handle_disable_facility_lock (DBusMethodInvocation invocation, Variant arg_properties)
Signal emitted when a remote caller is invoking the
DisableFacilityLock D-Bus method.
- public virtual signal bool handle_register (DBusMethodInvocation invocation, string arg_operator_id)
Signal emitted when a remote caller is invoking the Register
D-Bus method.
- public virtual signal bool handle_scan (DBusMethodInvocation invocation)
Signal emitted when a remote caller is invoking the Scan D-Bus
method.
- public virtual signal bool handle_set_eps_ue_mode_operation (DBusMethodInvocation invocation, uint arg_mode)
Signal emitted when a remote caller is invoking the
SetEpsUeModeOperation D-Bus method.
- public virtual signal bool handle_set_initial_eps_bearer_settings (DBusMethodInvocation invocation, Variant arg_settings)
Signal emitted when a remote caller is invoking the
SetInitialEpsBearerSettings D-Bus method.
- public virtual signal bool handle_set_nr5g_registration_settings (DBusMethodInvocation invocation, Variant arg_properties)
Signal emitted when a remote caller is invoking the
SetNr5gRegistrationSettings D-Bus method.
- public virtual signal bool handle_set_packet_service_state (DBusMethodInvocation invocation, uint arg_state)
Signal emitted when a remote caller is invoking the
SetPacketServiceState 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