ModemManager.GdbusModem3gpp¶
- Implementations:
ModemManager.GdbusModem3gppProxy
,ModemManager.GdbusModem3gppSkeleton
Methods¶
class |
|
class |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Virtual Methods¶
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Properties¶
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r/w |
EnabledFacilityLocks |
||
r/w |
EpsUeModeOperation |
||
r/w |
Imei |
||
r/w |
InitialEpsBearer |
||
r/w |
InitialEpsBearerSettings |
||
r/w |
Nr5gRegistrationSettings |
||
r/w |
OperatorCode |
||
r/w |
OperatorName |
||
r/w |
PacketServiceState |
||
r/w |
Pco |
||
r/w |
RegistrationState |
||
r/w |
SubscriptionState |
Signals¶
Name |
Short Description |
---|---|
Signal emitted when a remote caller is invoking the ‘DisableFacilityLock() [gdbus-method-org-freedesktop-ModemManager1-Modem-Modem3gpp.DisableFacilityLock]’ D-Bus method. |
|
Signal emitted when a remote caller is invoking the ‘Register() [gdbus-method-org-freedesktop-ModemManager1-Modem-Modem3gpp.Register]’ D-Bus method. |
|
Signal emitted when a remote caller is invoking the ‘Scan() [gdbus-method-org-freedesktop-ModemManager1-Modem-Modem3gpp.Scan]’ D-Bus method. |
|
Signal emitted when a remote caller is invoking the ‘SetCarrierLock() [gdbus-method-org-freedesktop-ModemManager1-Modem-Modem3gpp.SetCarrierLock]’ D-Bus method. |
|
Signal emitted when a remote caller is invoking the ‘SetEpsUeModeOperation() [gdbus-method-org-freedesktop-ModemManager1-Modem-Modem3gpp.SetEpsUeModeOperation]’ D-Bus method. |
|
Signal emitted when a remote caller is invoking the ‘SetInitialEpsBearerSettings() [gdbus-method-org-freedesktop-ModemManager1-Modem-Modem3gpp.SetInitialEpsBearerSettings]’ D-Bus method. |
|
Signal emitted when a remote caller is invoking the ‘SetNr5gRegistrationSettings() [gdbus-method-org-freedesktop-ModemManager1-Modem-Modem3gpp.SetNr5gRegistrationSettings]’ D-Bus method. |
|
Signal emitted when a remote caller is invoking the ‘SetPacketServiceState() [gdbus-method-org-freedesktop-ModemManager1-Modem-Modem3gpp.SetPacketServiceState]’ D-Bus method. |
Fields¶
None
Class Details¶
- class ModemManager.GdbusModem3gpp¶
- Bases:
- Structure:
Abstract interface type for the D-Bus interface ‘org.freedesktop.ModemManager1.Modem.Modem3gpp [gdbus-interface-org-freedesktop-ModemManager1-Modem-Modem3gpp.top_of_page]’.
- classmethod interface_info()¶
- Returns:
A
Gio.DBusInterfaceInfo
. Do not free.- Return type:
Gets a machine-readable description of the ‘org.freedesktop.ModemManager1.Modem.Modem3gpp [gdbus-interface-org-freedesktop-ModemManager1-Modem-Modem3gpp.top_of_page]’ D-Bus interface.
- classmethod override_properties(klass, property_id_begin)¶
- Parameters:
klass (
GObject.ObjectClass
) – The class structure for aGObject.Object
derived class.property_id_begin (
int
) – The property id to assign to the first overridden property.
- Returns:
The last property id.
- Return type:
Overrides all
GObject.Object
properties in theModemManager.GdbusModem3gpp
interface for a concrete class. The properties are overridden in the order they are defined.
- call_disable_facility_lock(arg_properties, cancellable, callback, *user_data)¶
- Parameters:
arg_properties (
GLib.Variant
) – Argument to pass with the method invocation.cancellable (
Gio.Cancellable
orNone
) – AGio.Cancellable
orNone
.callback (
Gio.AsyncReadyCallback
orNone
) – AGio.AsyncReadyCallback
to call when the request is satisfied orNone
.
Asynchronously invokes the ‘DisableFacilityLock() [gdbus-method-org-freedesktop-ModemManager1-Modem-Modem3gpp.DisableFacilityLock]’ D-Bus method on self. When the operation is finished, callback will be invoked in the thread-default main loop of the thread you are calling this method from (see
GLib.MainContext.push_thread_default
()). You can then callModemManager.GdbusModem3gpp.call_disable_facility_lock_finish
() to get the result of the operation.See
ModemManager.GdbusModem3gpp.call_disable_facility_lock_sync
() for the synchronous, blocking version of this method.
- call_disable_facility_lock_finish(res)¶
- Parameters:
res (
Gio.AsyncResult
) – TheGio.AsyncResult
obtained from theGio.AsyncReadyCallback
passed toModemManager.GdbusModem3gpp.call_disable_facility_lock
().- Raises:
- Returns:
- Return type:
Finishes an operation started with
ModemManager.GdbusModem3gpp.call_disable_facility_lock
().
- call_disable_facility_lock_sync(arg_properties, cancellable)¶
- Parameters:
arg_properties (
GLib.Variant
) – Argument to pass with the method invocation.cancellable (
Gio.Cancellable
orNone
) – AGio.Cancellable
orNone
.
- Raises:
- Returns:
- Return type:
Synchronously invokes the ‘DisableFacilityLock() [gdbus-method-org-freedesktop-ModemManager1-Modem-Modem3gpp.DisableFacilityLock]’ D-Bus method on self. The calling thread is blocked until a reply is received.
See
ModemManager.GdbusModem3gpp.call_disable_facility_lock
() for the asynchronous version of this method.
- call_register(arg_operator_id, cancellable, callback, *user_data)¶
- Parameters:
arg_operator_id (
str
) – Argument to pass with the method invocation.cancellable (
Gio.Cancellable
orNone
) – AGio.Cancellable
orNone
.callback (
Gio.AsyncReadyCallback
orNone
) – AGio.AsyncReadyCallback
to call when the request is satisfied orNone
.
Asynchronously invokes the ‘Register() [gdbus-method-org-freedesktop-ModemManager1-Modem-Modem3gpp.Register]’ D-Bus method on self. When the operation is finished, callback will be invoked in the thread-default main loop of the thread you are calling this method from (see
GLib.MainContext.push_thread_default
()). You can then callModemManager.GdbusModem3gpp.call_register_finish
() to get the result of the operation.See
ModemManager.GdbusModem3gpp.call_register_sync
() for the synchronous, blocking version of this method.
- call_register_finish(res)¶
- Parameters:
res (
Gio.AsyncResult
) – TheGio.AsyncResult
obtained from theGio.AsyncReadyCallback
passed toModemManager.GdbusModem3gpp.call_register
().- Raises:
- Returns:
- Return type:
Finishes an operation started with
ModemManager.GdbusModem3gpp.call_register
().
- call_register_sync(arg_operator_id, cancellable)¶
- Parameters:
arg_operator_id (
str
) – Argument to pass with the method invocation.cancellable (
Gio.Cancellable
orNone
) – AGio.Cancellable
orNone
.
- Raises:
- Returns:
- Return type:
Synchronously invokes the ‘Register() [gdbus-method-org-freedesktop-ModemManager1-Modem-Modem3gpp.Register]’ D-Bus method on self. The calling thread is blocked until a reply is received.
See
ModemManager.GdbusModem3gpp.call_register
() for the asynchronous version of this method.
- call_scan(cancellable, callback, *user_data)¶
- Parameters:
cancellable (
Gio.Cancellable
orNone
) – AGio.Cancellable
orNone
.callback (
Gio.AsyncReadyCallback
orNone
) – AGio.AsyncReadyCallback
to call when the request is satisfied orNone
.
Asynchronously invokes the ‘Scan() [gdbus-method-org-freedesktop-ModemManager1-Modem-Modem3gpp.Scan]’ D-Bus method on self. When the operation is finished, callback will be invoked in the thread-default main loop of the thread you are calling this method from (see
GLib.MainContext.push_thread_default
()). You can then callModemManager.GdbusModem3gpp.call_scan_finish
() to get the result of the operation.See
ModemManager.GdbusModem3gpp.call_scan_sync
() for the synchronous, blocking version of this method.
- call_scan_finish(res)¶
- Parameters:
res (
Gio.AsyncResult
) – TheGio.AsyncResult
obtained from theGio.AsyncReadyCallback
passed toModemManager.GdbusModem3gpp.call_scan
().- Raises:
- Returns:
True
if the call succeeded,False
if error is set.- out_results:
Return location for return parameter or
None
to ignore.
- Return type:
(
bool
, out_results:GLib.Variant
)
Finishes an operation started with
ModemManager.GdbusModem3gpp.call_scan
().
- call_scan_sync(cancellable)¶
- Parameters:
cancellable (
Gio.Cancellable
orNone
) – AGio.Cancellable
orNone
.- Raises:
- Returns:
True
if the call succeeded,False
if error is set.- out_results:
Return location for return parameter or
None
to ignore.
- Return type:
(
bool
, out_results:GLib.Variant
)
Synchronously invokes the ‘Scan() [gdbus-method-org-freedesktop-ModemManager1-Modem-Modem3gpp.Scan]’ D-Bus method on self. The calling thread is blocked until a reply is received.
See
ModemManager.GdbusModem3gpp.call_scan
() for the asynchronous version of this method.
- call_set_carrier_lock(arg_data, cancellable, callback, *user_data)¶
- Parameters:
arg_data (
GLib.Variant
) – Argument to pass with the method invocation.cancellable (
Gio.Cancellable
orNone
) – AGio.Cancellable
orNone
.callback (
Gio.AsyncReadyCallback
orNone
) – AGio.AsyncReadyCallback
to call when the request is satisfied orNone
.
Asynchronously invokes the ‘SetCarrierLock() [gdbus-method-org-freedesktop-ModemManager1-Modem-Modem3gpp.SetCarrierLock]’ D-Bus method on self. When the operation is finished, callback will be invoked in the thread-default main loop of the thread you are calling this method from (see
GLib.MainContext.push_thread_default
()). You can then callModemManager.GdbusModem3gpp.call_set_carrier_lock_finish
() to get the result of the operation.See
ModemManager.GdbusModem3gpp.call_set_carrier_lock_sync
() for the synchronous, blocking version of this method.
- call_set_carrier_lock_finish(res)¶
- Parameters:
res (
Gio.AsyncResult
) – TheGio.AsyncResult
obtained from theGio.AsyncReadyCallback
passed toModemManager.GdbusModem3gpp.call_set_carrier_lock
().- Raises:
- Returns:
- Return type:
Finishes an operation started with
ModemManager.GdbusModem3gpp.call_set_carrier_lock
().
- call_set_carrier_lock_sync(arg_data, cancellable)¶
- Parameters:
arg_data (
GLib.Variant
) – Argument to pass with the method invocation.cancellable (
Gio.Cancellable
orNone
) – AGio.Cancellable
orNone
.
- Raises:
- Returns:
- Return type:
Synchronously invokes the ‘SetCarrierLock() [gdbus-method-org-freedesktop-ModemManager1-Modem-Modem3gpp.SetCarrierLock]’ D-Bus method on self. The calling thread is blocked until a reply is received.
See
ModemManager.GdbusModem3gpp.call_set_carrier_lock
() for the asynchronous version of this method.
- call_set_eps_ue_mode_operation(arg_mode, cancellable, callback, *user_data)¶
- Parameters:
arg_mode (
int
) – Argument to pass with the method invocation.cancellable (
Gio.Cancellable
orNone
) – AGio.Cancellable
orNone
.callback (
Gio.AsyncReadyCallback
orNone
) – AGio.AsyncReadyCallback
to call when the request is satisfied orNone
.
Asynchronously invokes the ‘SetEpsUeModeOperation() [gdbus-method-org-freedesktop-ModemManager1-Modem-Modem3gpp.SetEpsUeModeOperation]’ D-Bus method on self. When the operation is finished, callback will be invoked in the thread-default main loop of the thread you are calling this method from (see
GLib.MainContext.push_thread_default
()). You can then callModemManager.GdbusModem3gpp.call_set_eps_ue_mode_operation_finish
() to get the result of the operation.See
ModemManager.GdbusModem3gpp.call_set_eps_ue_mode_operation_sync
() for the synchronous, blocking version of this method.
- call_set_eps_ue_mode_operation_finish(res)¶
- Parameters:
res (
Gio.AsyncResult
) – TheGio.AsyncResult
obtained from theGio.AsyncReadyCallback
passed toModemManager.GdbusModem3gpp.call_set_eps_ue_mode_operation
().- Raises:
- Returns:
- Return type:
Finishes an operation started with
ModemManager.GdbusModem3gpp.call_set_eps_ue_mode_operation
().
- call_set_eps_ue_mode_operation_sync(arg_mode, cancellable)¶
- Parameters:
arg_mode (
int
) – Argument to pass with the method invocation.cancellable (
Gio.Cancellable
orNone
) – AGio.Cancellable
orNone
.
- Raises:
- Returns:
- Return type:
Synchronously invokes the ‘SetEpsUeModeOperation() [gdbus-method-org-freedesktop-ModemManager1-Modem-Modem3gpp.SetEpsUeModeOperation]’ D-Bus method on self. The calling thread is blocked until a reply is received.
See
ModemManager.GdbusModem3gpp.call_set_eps_ue_mode_operation
() for the asynchronous version of this method.
- call_set_initial_eps_bearer_settings(arg_settings, cancellable, callback, *user_data)¶
- Parameters:
arg_settings (
GLib.Variant
) – Argument to pass with the method invocation.cancellable (
Gio.Cancellable
orNone
) – AGio.Cancellable
orNone
.callback (
Gio.AsyncReadyCallback
orNone
) – AGio.AsyncReadyCallback
to call when the request is satisfied orNone
.
Asynchronously invokes the ‘SetInitialEpsBearerSettings() [gdbus-method-org-freedesktop-ModemManager1-Modem-Modem3gpp.SetInitialEpsBearerSettings]’ D-Bus method on self. When the operation is finished, callback will be invoked in the thread-default main loop of the thread you are calling this method from (see
GLib.MainContext.push_thread_default
()). You can then callModemManager.GdbusModem3gpp.call_set_initial_eps_bearer_settings_finish
() to get the result of the operation.See
ModemManager.GdbusModem3gpp.call_set_initial_eps_bearer_settings_sync
() for the synchronous, blocking version of this method.
- call_set_initial_eps_bearer_settings_finish(res)¶
- Parameters:
res (
Gio.AsyncResult
) – TheGio.AsyncResult
obtained from theGio.AsyncReadyCallback
passed toModemManager.GdbusModem3gpp.call_set_initial_eps_bearer_settings
().- Raises:
- Returns:
- Return type:
Finishes an operation started with
ModemManager.GdbusModem3gpp.call_set_initial_eps_bearer_settings
().
- call_set_initial_eps_bearer_settings_sync(arg_settings, cancellable)¶
- Parameters:
arg_settings (
GLib.Variant
) – Argument to pass with the method invocation.cancellable (
Gio.Cancellable
orNone
) – AGio.Cancellable
orNone
.
- Raises:
- Returns:
- Return type:
Synchronously invokes the ‘SetInitialEpsBearerSettings() [gdbus-method-org-freedesktop-ModemManager1-Modem-Modem3gpp.SetInitialEpsBearerSettings]’ D-Bus method on self. The calling thread is blocked until a reply is received.
See
ModemManager.GdbusModem3gpp.call_set_initial_eps_bearer_settings
() for the asynchronous version of this method.
- call_set_nr5g_registration_settings(arg_properties, cancellable, callback, *user_data)¶
- Parameters:
arg_properties (
GLib.Variant
) – Argument to pass with the method invocation.cancellable (
Gio.Cancellable
orNone
) – AGio.Cancellable
orNone
.callback (
Gio.AsyncReadyCallback
orNone
) – AGio.AsyncReadyCallback
to call when the request is satisfied orNone
.
Asynchronously invokes the ‘SetNr5gRegistrationSettings() [gdbus-method-org-freedesktop-ModemManager1-Modem-Modem3gpp.SetNr5gRegistrationSettings]’ D-Bus method on self. When the operation is finished, callback will be invoked in the thread-default main loop of the thread you are calling this method from (see
GLib.MainContext.push_thread_default
()). You can then callModemManager.GdbusModem3gpp.call_set_nr5g_registration_settings_finish
() to get the result of the operation.See
ModemManager.GdbusModem3gpp.call_set_nr5g_registration_settings_sync
() for the synchronous, blocking version of this method.
- call_set_nr5g_registration_settings_finish(res)¶
- Parameters:
res (
Gio.AsyncResult
) – TheGio.AsyncResult
obtained from theGio.AsyncReadyCallback
passed toModemManager.GdbusModem3gpp.call_set_nr5g_registration_settings
().- Raises:
- Returns:
- Return type:
Finishes an operation started with
ModemManager.GdbusModem3gpp.call_set_nr5g_registration_settings
().
- call_set_nr5g_registration_settings_sync(arg_properties, cancellable)¶
- Parameters:
arg_properties (
GLib.Variant
) – Argument to pass with the method invocation.cancellable (
Gio.Cancellable
orNone
) – AGio.Cancellable
orNone
.
- Raises:
- Returns:
- Return type:
Synchronously invokes the ‘SetNr5gRegistrationSettings() [gdbus-method-org-freedesktop-ModemManager1-Modem-Modem3gpp.SetNr5gRegistrationSettings]’ D-Bus method on self. The calling thread is blocked until a reply is received.
See
ModemManager.GdbusModem3gpp.call_set_nr5g_registration_settings
() for the asynchronous version of this method.
- call_set_packet_service_state(arg_state, cancellable, callback, *user_data)¶
- Parameters:
arg_state (
int
) – Argument to pass with the method invocation.cancellable (
Gio.Cancellable
orNone
) – AGio.Cancellable
orNone
.callback (
Gio.AsyncReadyCallback
orNone
) – AGio.AsyncReadyCallback
to call when the request is satisfied orNone
.
Asynchronously invokes the ‘SetPacketServiceState() [gdbus-method-org-freedesktop-ModemManager1-Modem-Modem3gpp.SetPacketServiceState]’ D-Bus method on self. When the operation is finished, callback will be invoked in the thread-default main loop of the thread you are calling this method from (see
GLib.MainContext.push_thread_default
()). You can then callModemManager.GdbusModem3gpp.call_set_packet_service_state_finish
() to get the result of the operation.See
ModemManager.GdbusModem3gpp.call_set_packet_service_state_sync
() for the synchronous, blocking version of this method.
- call_set_packet_service_state_finish(res)¶
- Parameters:
res (
Gio.AsyncResult
) – TheGio.AsyncResult
obtained from theGio.AsyncReadyCallback
passed toModemManager.GdbusModem3gpp.call_set_packet_service_state
().- Raises:
- Returns:
- Return type:
Finishes an operation started with
ModemManager.GdbusModem3gpp.call_set_packet_service_state
().
- call_set_packet_service_state_sync(arg_state, cancellable)¶
- Parameters:
arg_state (
int
) – Argument to pass with the method invocation.cancellable (
Gio.Cancellable
orNone
) – AGio.Cancellable
orNone
.
- Raises:
- Returns:
- Return type:
Synchronously invokes the ‘SetPacketServiceState() [gdbus-method-org-freedesktop-ModemManager1-Modem-Modem3gpp.SetPacketServiceState]’ D-Bus method on self. The calling thread is blocked until a reply is received.
See
ModemManager.GdbusModem3gpp.call_set_packet_service_state
() for the asynchronous version of this method.
- complete_disable_facility_lock(invocation)¶
- Parameters:
invocation (
Gio.DBusMethodInvocation
) – AGio.DBusMethodInvocation
.
Helper function used in service implementations to finish handling invocations of the ‘DisableFacilityLock() [gdbus-method-org-freedesktop-ModemManager1-Modem-Modem3gpp.DisableFacilityLock]’ D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.
This method will free invocation, you cannot use it afterwards.
- complete_register(invocation)¶
- Parameters:
invocation (
Gio.DBusMethodInvocation
) – AGio.DBusMethodInvocation
.
Helper function used in service implementations to finish handling invocations of the ‘Register() [gdbus-method-org-freedesktop-ModemManager1-Modem-Modem3gpp.Register]’ D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.
This method will free invocation, you cannot use it afterwards.
- complete_scan(invocation, results)¶
- Parameters:
invocation (
Gio.DBusMethodInvocation
) – AGio.DBusMethodInvocation
.results (
GLib.Variant
) – Parameter to return.
Helper function used in service implementations to finish handling invocations of the ‘Scan() [gdbus-method-org-freedesktop-ModemManager1-Modem-Modem3gpp.Scan]’ D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.
This method will free invocation, you cannot use it afterwards.
- complete_set_carrier_lock(invocation)¶
- Parameters:
invocation (
Gio.DBusMethodInvocation
) – AGio.DBusMethodInvocation
.
Helper function used in service implementations to finish handling invocations of the ‘SetCarrierLock() [gdbus-method-org-freedesktop-ModemManager1-Modem-Modem3gpp.SetCarrierLock]’ D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.
This method will free invocation, you cannot use it afterwards.
- complete_set_eps_ue_mode_operation(invocation)¶
- Parameters:
invocation (
Gio.DBusMethodInvocation
) – AGio.DBusMethodInvocation
.
Helper function used in service implementations to finish handling invocations of the ‘SetEpsUeModeOperation() [gdbus-method-org-freedesktop-ModemManager1-Modem-Modem3gpp.SetEpsUeModeOperation]’ D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.
This method will free invocation, you cannot use it afterwards.
- complete_set_initial_eps_bearer_settings(invocation)¶
- Parameters:
invocation (
Gio.DBusMethodInvocation
) – AGio.DBusMethodInvocation
.
Helper function used in service implementations to finish handling invocations of the ‘SetInitialEpsBearerSettings() [gdbus-method-org-freedesktop-ModemManager1-Modem-Modem3gpp.SetInitialEpsBearerSettings]’ D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.
This method will free invocation, you cannot use it afterwards.
- complete_set_nr5g_registration_settings(invocation)¶
- Parameters:
invocation (
Gio.DBusMethodInvocation
) – AGio.DBusMethodInvocation
.
Helper function used in service implementations to finish handling invocations of the ‘SetNr5gRegistrationSettings() [gdbus-method-org-freedesktop-ModemManager1-Modem-Modem3gpp.SetNr5gRegistrationSettings]’ D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.
This method will free invocation, you cannot use it afterwards.
- complete_set_packet_service_state(invocation)¶
- Parameters:
invocation (
Gio.DBusMethodInvocation
) – AGio.DBusMethodInvocation
.
Helper function used in service implementations to finish handling invocations of the ‘SetPacketServiceState() [gdbus-method-org-freedesktop-ModemManager1-Modem-Modem3gpp.SetPacketServiceState]’ D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.
This method will free invocation, you cannot use it afterwards.
- do_handle_disable_facility_lock(invocation, arg_properties) virtual¶
- Parameters:
invocation (
Gio.DBusMethodInvocation
) –arg_properties (
GLib.Variant
) –
- Return type:
- do_handle_register(invocation, arg_operator_id) virtual¶
- Parameters:
invocation (
Gio.DBusMethodInvocation
) –arg_operator_id (
str
) –
- Return type:
- do_handle_scan(invocation) virtual¶
- Parameters:
invocation (
Gio.DBusMethodInvocation
) –- Return type:
- do_handle_set_carrier_lock(invocation, arg_data) virtual¶
- Parameters:
invocation (
Gio.DBusMethodInvocation
) –arg_data (
GLib.Variant
) –
- Return type:
- do_handle_set_eps_ue_mode_operation(invocation, arg_mode) virtual¶
- Parameters:
invocation (
Gio.DBusMethodInvocation
) –arg_mode (
int
) –
- Return type:
- do_handle_set_initial_eps_bearer_settings(invocation, arg_settings) virtual¶
- Parameters:
invocation (
Gio.DBusMethodInvocation
) –arg_settings (
GLib.Variant
) –
- Return type:
- do_handle_set_nr5g_registration_settings(invocation, arg_properties) virtual¶
- Parameters:
invocation (
Gio.DBusMethodInvocation
) –arg_properties (
GLib.Variant
) –
- Return type:
- do_handle_set_packet_service_state(invocation, arg_state) virtual¶
- Parameters:
invocation (
Gio.DBusMethodInvocation
) –arg_state (
int
) –
- Return type:
Signal Details¶
- ModemManager.GdbusModem3gpp.signals.handle_disable_facility_lock(gdbus_modem3gpp, invocation, arg_properties)¶
- Signal Name:
handle-disable-facility-lock
- Flags:
- Parameters:
gdbus_modem3gpp (
ModemManager.GdbusModem3gpp
) – The object which received the signalinvocation (
Gio.DBusMethodInvocation
) – AGio.DBusMethodInvocation
.arg_properties (
GLib.Variant
) – Argument passed by remote caller.
- Returns:
Gio.DBUS_METHOD_INVOCATION_HANDLED
orTrue
if the invocation was handled,Gio.DBUS_METHOD_INVOCATION_UNHANDLED
orFalse
to let other signal handlers run.- Return type:
Signal emitted when a remote caller is invoking the ‘DisableFacilityLock() [gdbus-method-org-freedesktop-ModemManager1-Modem-Modem3gpp.DisableFacilityLock]’ D-Bus method.
If a signal handler returns
True
, it means the signal handler will handle the invocation (e.g. take a reference to invocation and eventually callModemManager.GdbusModem3gpp.complete_disable_facility_lock
() or e.g. g_dbus_method_invocation_return_error() on it) and no other signal handlers will run. If no signal handler handles the invocation, theGio.DBusError.UNKNOWN_METHOD
error is returned.
- ModemManager.GdbusModem3gpp.signals.handle_register(gdbus_modem3gpp, invocation, arg_operator_id)¶
- Signal Name:
handle-register
- Flags:
- Parameters:
gdbus_modem3gpp (
ModemManager.GdbusModem3gpp
) – The object which received the signalinvocation (
Gio.DBusMethodInvocation
) – AGio.DBusMethodInvocation
.arg_operator_id (
str
) – Argument passed by remote caller.
- Returns:
Gio.DBUS_METHOD_INVOCATION_HANDLED
orTrue
if the invocation was handled,Gio.DBUS_METHOD_INVOCATION_UNHANDLED
orFalse
to let other signal handlers run.- Return type:
Signal emitted when a remote caller is invoking the ‘Register() [gdbus-method-org-freedesktop-ModemManager1-Modem-Modem3gpp.Register]’ D-Bus method.
If a signal handler returns
True
, it means the signal handler will handle the invocation (e.g. take a reference to invocation and eventually callModemManager.GdbusModem3gpp.complete_register
() or e.g. g_dbus_method_invocation_return_error() on it) and no other signal handlers will run. If no signal handler handles the invocation, theGio.DBusError.UNKNOWN_METHOD
error is returned.
- ModemManager.GdbusModem3gpp.signals.handle_scan(gdbus_modem3gpp, invocation)¶
- Signal Name:
handle-scan
- Flags:
- Parameters:
gdbus_modem3gpp (
ModemManager.GdbusModem3gpp
) – The object which received the signalinvocation (
Gio.DBusMethodInvocation
) – AGio.DBusMethodInvocation
.
- Returns:
Gio.DBUS_METHOD_INVOCATION_HANDLED
orTrue
if the invocation was handled,Gio.DBUS_METHOD_INVOCATION_UNHANDLED
orFalse
to let other signal handlers run.- Return type:
Signal emitted when a remote caller is invoking the ‘Scan() [gdbus-method-org-freedesktop-ModemManager1-Modem-Modem3gpp.Scan]’ D-Bus method.
If a signal handler returns
True
, it means the signal handler will handle the invocation (e.g. take a reference to invocation and eventually callModemManager.GdbusModem3gpp.complete_scan
() or e.g. g_dbus_method_invocation_return_error() on it) and no other signal handlers will run. If no signal handler handles the invocation, theGio.DBusError.UNKNOWN_METHOD
error is returned.
- ModemManager.GdbusModem3gpp.signals.handle_set_carrier_lock(gdbus_modem3gpp, invocation, arg_data)¶
- Signal Name:
handle-set-carrier-lock
- Flags:
- Parameters:
gdbus_modem3gpp (
ModemManager.GdbusModem3gpp
) – The object which received the signalinvocation (
Gio.DBusMethodInvocation
) – AGio.DBusMethodInvocation
.arg_data (
GLib.Variant
) – Argument passed by remote caller.
- Returns:
Gio.DBUS_METHOD_INVOCATION_HANDLED
orTrue
if the invocation was handled,Gio.DBUS_METHOD_INVOCATION_UNHANDLED
orFalse
to let other signal handlers run.- Return type:
Signal emitted when a remote caller is invoking the ‘SetCarrierLock() [gdbus-method-org-freedesktop-ModemManager1-Modem-Modem3gpp.SetCarrierLock]’ D-Bus method.
If a signal handler returns
True
, it means the signal handler will handle the invocation (e.g. take a reference to invocation and eventually callModemManager.GdbusModem3gpp.complete_set_carrier_lock
() or e.g. g_dbus_method_invocation_return_error() on it) and no other signal handlers will run. If no signal handler handles the invocation, theGio.DBusError.UNKNOWN_METHOD
error is returned.
- ModemManager.GdbusModem3gpp.signals.handle_set_eps_ue_mode_operation(gdbus_modem3gpp, invocation, arg_mode)¶
- Signal Name:
handle-set-eps-ue-mode-operation
- Flags:
- Parameters:
gdbus_modem3gpp (
ModemManager.GdbusModem3gpp
) – The object which received the signalinvocation (
Gio.DBusMethodInvocation
) – AGio.DBusMethodInvocation
.arg_mode (
int
) – Argument passed by remote caller.
- Returns:
Gio.DBUS_METHOD_INVOCATION_HANDLED
orTrue
if the invocation was handled,Gio.DBUS_METHOD_INVOCATION_UNHANDLED
orFalse
to let other signal handlers run.- Return type:
Signal emitted when a remote caller is invoking the ‘SetEpsUeModeOperation() [gdbus-method-org-freedesktop-ModemManager1-Modem-Modem3gpp.SetEpsUeModeOperation]’ D-Bus method.
If a signal handler returns
True
, it means the signal handler will handle the invocation (e.g. take a reference to invocation and eventually callModemManager.GdbusModem3gpp.complete_set_eps_ue_mode_operation
() or e.g. g_dbus_method_invocation_return_error() on it) and no other signal handlers will run. If no signal handler handles the invocation, theGio.DBusError.UNKNOWN_METHOD
error is returned.
- ModemManager.GdbusModem3gpp.signals.handle_set_initial_eps_bearer_settings(gdbus_modem3gpp, invocation, arg_settings)¶
- Signal Name:
handle-set-initial-eps-bearer-settings
- Flags:
- Parameters:
gdbus_modem3gpp (
ModemManager.GdbusModem3gpp
) – The object which received the signalinvocation (
Gio.DBusMethodInvocation
) – AGio.DBusMethodInvocation
.arg_settings (
GLib.Variant
) – Argument passed by remote caller.
- Returns:
Gio.DBUS_METHOD_INVOCATION_HANDLED
orTrue
if the invocation was handled,Gio.DBUS_METHOD_INVOCATION_UNHANDLED
orFalse
to let other signal handlers run.- Return type:
Signal emitted when a remote caller is invoking the ‘SetInitialEpsBearerSettings() [gdbus-method-org-freedesktop-ModemManager1-Modem-Modem3gpp.SetInitialEpsBearerSettings]’ D-Bus method.
If a signal handler returns
True
, it means the signal handler will handle the invocation (e.g. take a reference to invocation and eventually callModemManager.GdbusModem3gpp.complete_set_initial_eps_bearer_settings
() or e.g. g_dbus_method_invocation_return_error() on it) and no other signal handlers will run. If no signal handler handles the invocation, theGio.DBusError.UNKNOWN_METHOD
error is returned.
- ModemManager.GdbusModem3gpp.signals.handle_set_nr5g_registration_settings(gdbus_modem3gpp, invocation, arg_properties)¶
- Signal Name:
handle-set-nr5g-registration-settings
- Flags:
- Parameters:
gdbus_modem3gpp (
ModemManager.GdbusModem3gpp
) – The object which received the signalinvocation (
Gio.DBusMethodInvocation
) – AGio.DBusMethodInvocation
.arg_properties (
GLib.Variant
) – Argument passed by remote caller.
- Returns:
Gio.DBUS_METHOD_INVOCATION_HANDLED
orTrue
if the invocation was handled,Gio.DBUS_METHOD_INVOCATION_UNHANDLED
orFalse
to let other signal handlers run.- Return type:
Signal emitted when a remote caller is invoking the ‘SetNr5gRegistrationSettings() [gdbus-method-org-freedesktop-ModemManager1-Modem-Modem3gpp.SetNr5gRegistrationSettings]’ D-Bus method.
If a signal handler returns
True
, it means the signal handler will handle the invocation (e.g. take a reference to invocation and eventually callModemManager.GdbusModem3gpp.complete_set_nr5g_registration_settings
() or e.g. g_dbus_method_invocation_return_error() on it) and no other signal handlers will run. If no signal handler handles the invocation, theGio.DBusError.UNKNOWN_METHOD
error is returned.
- ModemManager.GdbusModem3gpp.signals.handle_set_packet_service_state(gdbus_modem3gpp, invocation, arg_state)¶
- Signal Name:
handle-set-packet-service-state
- Flags:
- Parameters:
gdbus_modem3gpp (
ModemManager.GdbusModem3gpp
) – The object which received the signalinvocation (
Gio.DBusMethodInvocation
) – AGio.DBusMethodInvocation
.arg_state (
int
) – Argument passed by remote caller.
- Returns:
Gio.DBUS_METHOD_INVOCATION_HANDLED
orTrue
if the invocation was handled,Gio.DBUS_METHOD_INVOCATION_UNHANDLED
orFalse
to let other signal handlers run.- Return type:
Signal emitted when a remote caller is invoking the ‘SetPacketServiceState() [gdbus-method-org-freedesktop-ModemManager1-Modem-Modem3gpp.SetPacketServiceState]’ D-Bus method.
If a signal handler returns
True
, it means the signal handler will handle the invocation (e.g. take a reference to invocation and eventually callModemManager.GdbusModem3gpp.complete_set_packet_service_state
() or e.g. g_dbus_method_invocation_return_error() on it) and no other signal handlers will run. If no signal handler handles the invocation, theGio.DBusError.UNKNOWN_METHOD
error is returned.
Property Details¶
- ModemManager.GdbusModem3gpp.props.enabled_facility_locks¶
-
Represents the D-Bus property ‘“EnabledFacilityLocks” [gdbus-property-org-freedesktop-ModemManager1-Modem-Modem3gpp.EnabledFacilityLocks]’.
Since the D-Bus property for this
GObject.Object
property is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side.
- ModemManager.GdbusModem3gpp.props.eps_ue_mode_operation¶
-
Represents the D-Bus property ‘“EpsUeModeOperation” [gdbus-property-org-freedesktop-ModemManager1-Modem-Modem3gpp.EpsUeModeOperation]’.
Since the D-Bus property for this
GObject.Object
property is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side.
- ModemManager.GdbusModem3gpp.props.imei¶
-
Represents the D-Bus property ‘“Imei” [gdbus-property-org-freedesktop-ModemManager1-Modem-Modem3gpp.Imei]’.
Since the D-Bus property for this
GObject.Object
property is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side.
- ModemManager.GdbusModem3gpp.props.initial_eps_bearer¶
-
Represents the D-Bus property ‘“InitialEpsBearer” [gdbus-property-org-freedesktop-ModemManager1-Modem-Modem3gpp.InitialEpsBearer]’.
Since the D-Bus property for this
GObject.Object
property is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side.
- ModemManager.GdbusModem3gpp.props.initial_eps_bearer_settings¶
- Name:
initial-eps-bearer-settings
- Type:
- Default Value:
- Flags:
Represents the D-Bus property ‘“InitialEpsBearerSettings” [gdbus-property-org-freedesktop-ModemManager1-Modem-Modem3gpp.InitialEpsBearerSettings]’.
Since the D-Bus property for this
GObject.Object
property is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side.
- ModemManager.GdbusModem3gpp.props.nr5g_registration_settings¶
- Name:
nr5g-registration-settings
- Type:
- Default Value:
- Flags:
Represents the D-Bus property ‘“Nr5gRegistrationSettings” [gdbus-property-org-freedesktop-ModemManager1-Modem-Modem3gpp.Nr5gRegistrationSettings]’.
Since the D-Bus property for this
GObject.Object
property is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side.
- ModemManager.GdbusModem3gpp.props.operator_code¶
-
Represents the D-Bus property ‘“OperatorCode” [gdbus-property-org-freedesktop-ModemManager1-Modem-Modem3gpp.OperatorCode]’.
Since the D-Bus property for this
GObject.Object
property is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side.
- ModemManager.GdbusModem3gpp.props.operator_name¶
-
Represents the D-Bus property ‘“OperatorName” [gdbus-property-org-freedesktop-ModemManager1-Modem-Modem3gpp.OperatorName]’.
Since the D-Bus property for this
GObject.Object
property is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side.
- ModemManager.GdbusModem3gpp.props.packet_service_state¶
-
Represents the D-Bus property ‘“PacketServiceState” [gdbus-property-org-freedesktop-ModemManager1-Modem-Modem3gpp.PacketServiceState]’.
Since the D-Bus property for this
GObject.Object
property is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side.
- ModemManager.GdbusModem3gpp.props.pco¶
- Name:
pco
- Type:
- Default Value:
- Flags:
Represents the D-Bus property ‘“Pco” [gdbus-property-org-freedesktop-ModemManager1-Modem-Modem3gpp.Pco]’.
Since the D-Bus property for this
GObject.Object
property is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side.
- ModemManager.GdbusModem3gpp.props.registration_state¶
-
Represents the D-Bus property ‘“RegistrationState” [gdbus-property-org-freedesktop-ModemManager1-Modem-Modem3gpp.RegistrationState]’.
Since the D-Bus property for this
GObject.Object
property is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side.
- ModemManager.GdbusModem3gpp.props.subscription_state¶
-
Represents the D-Bus property ‘“SubscriptionState” [gdbus-property-org-freedesktop-ModemManager1-Modem-Modem3gpp.SubscriptionState]’.
Since the D-Bus property for this
GObject.Object
property is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side.