GdbusModem3gpp
Object Hierarchy:
Description:
[ CCode ( cname = "MmGdbusModem3gpp" , type_id = "mm_gdbus_modem3gpp_get_type ()" ) ]
public interface GdbusModem3gpp : Object
public interface GdbusModem3gpp : Object
Abstract interface type for the D-Bus interface org.freedesktop.ModemManager1.Modem.Modem3gpp.
All known implementing classes:
Namespace: MM
Package: libmm-glib
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:
- public static unowned DBusInterfaceInfo interface_info ()
Gets a machine-readable description of the org.freedesktop.ModemManager1.Modem.Modem3gpp D-Bus interface.
- public static uint override_properties (ObjectClass klass, uint property_id_begin)
Overrides all Object properties in the GdbusModem3gpp interface for a concrete class.
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_carrier_lock (Variant arg_data, Cancellable? cancellable) throws Error
Asynchronously invokes the SetCarrierLock D-Bus method on this.
- public bool call_set_carrier_lock_sync (Variant arg_data, Cancellable? cancellable = null) throws Error
Synchronously invokes the SetCarrierLock 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_carrier_lock (owned DBusMethodInvocation invocation)
Helper function used in service implementations to finish handling invocations of the SetCarrierLock 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_carrier_lock (DBusMethodInvocation invocation, Variant arg_data)
Signal emitted when a remote caller is invoking the SetCarrierLock 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