ModemManager.GdbusSim¶
- Implementations:
Methods¶
class |
|
class |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Virtual Methods¶
|
|
|
|
|
|
|
|
|
Properties¶
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r/w |
Active |
||
r/w |
Eid |
||
[ |
r/w |
EmergencyNumbers |
|
r/w |
EsimStatus |
||
r/w |
Gid1 |
||
r/w |
Gid2 |
||
r/w |
Imsi |
||
r/w |
OperatorIdentifier |
||
r/w |
OperatorName |
||
r/w |
PreferredNetworks |
||
r/w |
Removability |
||
r/w |
SimIdentifier |
||
r/w |
SimType |
Signals¶
Name |
Short Description |
---|---|
Signal emitted when a remote caller is invoking the ‘ChangePin() [gdbus-method-org-freedesktop-ModemManager1-Sim.ChangePin]’ D-Bus method. |
|
Signal emitted when a remote caller is invoking the ‘EnablePin() [gdbus-method-org-freedesktop-ModemManager1-Sim.EnablePin]’ D-Bus method. |
|
Signal emitted when a remote caller is invoking the ‘SendPin() [gdbus-method-org-freedesktop-ModemManager1-Sim.SendPin]’ D-Bus method. |
|
Signal emitted when a remote caller is invoking the ‘SendPuk() [gdbus-method-org-freedesktop-ModemManager1-Sim.SendPuk]’ D-Bus method. |
|
Signal emitted when a remote caller is invoking the ‘SetPreferredNetworks() [gdbus-method-org-freedesktop-ModemManager1-Sim.SetPreferredNetworks]’ D-Bus method. |
Fields¶
None
Class Details¶
- class ModemManager.GdbusSim¶
- Bases:
- Structure:
Abstract interface type for the D-Bus interface ‘org.freedesktop.ModemManager1.Sim [gdbus-interface-org-freedesktop-ModemManager1-Sim.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.Sim [gdbus-interface-org-freedesktop-ModemManager1-Sim.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.GdbusSim
interface for a concrete class. The properties are overridden in the order they are defined.
- call_change_pin(arg_old_pin, arg_new_pin, cancellable, callback, *user_data)¶
- Parameters:
arg_old_pin (
str
) – Argument to pass with the method invocation.arg_new_pin (
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 ‘ChangePin() [gdbus-method-org-freedesktop-ModemManager1-Sim.ChangePin]’ 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.GdbusSim.call_change_pin_finish
() to get the result of the operation.See
ModemManager.GdbusSim.call_change_pin_sync
() for the synchronous, blocking version of this method.
- call_change_pin_finish(res)¶
- Parameters:
res (
Gio.AsyncResult
) – TheGio.AsyncResult
obtained from theGio.AsyncReadyCallback
passed toModemManager.GdbusSim.call_change_pin
().- Raises:
- Returns:
- Return type:
Finishes an operation started with
ModemManager.GdbusSim.call_change_pin
().
- call_change_pin_sync(arg_old_pin, arg_new_pin, cancellable)¶
- Parameters:
arg_old_pin (
str
) – Argument to pass with the method invocation.arg_new_pin (
str
) – Argument to pass with the method invocation.cancellable (
Gio.Cancellable
orNone
) – AGio.Cancellable
orNone
.
- Raises:
- Returns:
- Return type:
Synchronously invokes the ‘ChangePin() [gdbus-method-org-freedesktop-ModemManager1-Sim.ChangePin]’ D-Bus method on self. The calling thread is blocked until a reply is received.
See
ModemManager.GdbusSim.call_change_pin
() for the asynchronous version of this method.
- call_enable_pin(arg_pin, arg_enabled, cancellable, callback, *user_data)¶
- Parameters:
arg_pin (
str
) – Argument to pass with the method invocation.arg_enabled (
bool
) – 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 ‘EnablePin() [gdbus-method-org-freedesktop-ModemManager1-Sim.EnablePin]’ 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.GdbusSim.call_enable_pin_finish
() to get the result of the operation.See
ModemManager.GdbusSim.call_enable_pin_sync
() for the synchronous, blocking version of this method.
- call_enable_pin_finish(res)¶
- Parameters:
res (
Gio.AsyncResult
) – TheGio.AsyncResult
obtained from theGio.AsyncReadyCallback
passed toModemManager.GdbusSim.call_enable_pin
().- Raises:
- Returns:
- Return type:
Finishes an operation started with
ModemManager.GdbusSim.call_enable_pin
().
- call_enable_pin_sync(arg_pin, arg_enabled, cancellable)¶
- Parameters:
arg_pin (
str
) – Argument to pass with the method invocation.arg_enabled (
bool
) – Argument to pass with the method invocation.cancellable (
Gio.Cancellable
orNone
) – AGio.Cancellable
orNone
.
- Raises:
- Returns:
- Return type:
Synchronously invokes the ‘EnablePin() [gdbus-method-org-freedesktop-ModemManager1-Sim.EnablePin]’ D-Bus method on self. The calling thread is blocked until a reply is received.
See
ModemManager.GdbusSim.call_enable_pin
() for the asynchronous version of this method.
- call_send_pin(arg_pin, cancellable, callback, *user_data)¶
- Parameters:
arg_pin (
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 ‘SendPin() [gdbus-method-org-freedesktop-ModemManager1-Sim.SendPin]’ 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.GdbusSim.call_send_pin_finish
() to get the result of the operation.See
ModemManager.GdbusSim.call_send_pin_sync
() for the synchronous, blocking version of this method.
- call_send_pin_finish(res)¶
- Parameters:
res (
Gio.AsyncResult
) – TheGio.AsyncResult
obtained from theGio.AsyncReadyCallback
passed toModemManager.GdbusSim.call_send_pin
().- Raises:
- Returns:
- Return type:
Finishes an operation started with
ModemManager.GdbusSim.call_send_pin
().
- call_send_pin_sync(arg_pin, cancellable)¶
- Parameters:
arg_pin (
str
) – Argument to pass with the method invocation.cancellable (
Gio.Cancellable
orNone
) – AGio.Cancellable
orNone
.
- Raises:
- Returns:
- Return type:
Synchronously invokes the ‘SendPin() [gdbus-method-org-freedesktop-ModemManager1-Sim.SendPin]’ D-Bus method on self. The calling thread is blocked until a reply is received.
See
ModemManager.GdbusSim.call_send_pin
() for the asynchronous version of this method.
- call_send_puk(arg_puk, arg_pin, cancellable, callback, *user_data)¶
- Parameters:
arg_puk (
str
) – Argument to pass with the method invocation.arg_pin (
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 ‘SendPuk() [gdbus-method-org-freedesktop-ModemManager1-Sim.SendPuk]’ 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.GdbusSim.call_send_puk_finish
() to get the result of the operation.See
ModemManager.GdbusSim.call_send_puk_sync
() for the synchronous, blocking version of this method.
- call_send_puk_finish(res)¶
- Parameters:
res (
Gio.AsyncResult
) – TheGio.AsyncResult
obtained from theGio.AsyncReadyCallback
passed toModemManager.GdbusSim.call_send_puk
().- Raises:
- Returns:
- Return type:
Finishes an operation started with
ModemManager.GdbusSim.call_send_puk
().
- call_send_puk_sync(arg_puk, arg_pin, cancellable)¶
- Parameters:
arg_puk (
str
) – Argument to pass with the method invocation.arg_pin (
str
) – Argument to pass with the method invocation.cancellable (
Gio.Cancellable
orNone
) – AGio.Cancellable
orNone
.
- Raises:
- Returns:
- Return type:
Synchronously invokes the ‘SendPuk() [gdbus-method-org-freedesktop-ModemManager1-Sim.SendPuk]’ D-Bus method on self. The calling thread is blocked until a reply is received.
See
ModemManager.GdbusSim.call_send_puk
() for the asynchronous version of this method.
- call_set_preferred_networks(arg_preferred_networks, cancellable, callback, *user_data)¶
- Parameters:
arg_preferred_networks (
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 ‘SetPreferredNetworks() [gdbus-method-org-freedesktop-ModemManager1-Sim.SetPreferredNetworks]’ 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.GdbusSim.call_set_preferred_networks_finish
() to get the result of the operation.See
ModemManager.GdbusSim.call_set_preferred_networks_sync
() for the synchronous, blocking version of this method.
- call_set_preferred_networks_finish(res)¶
- Parameters:
res (
Gio.AsyncResult
) – TheGio.AsyncResult
obtained from theGio.AsyncReadyCallback
passed toModemManager.GdbusSim.call_set_preferred_networks
().- Raises:
- Returns:
- Return type:
Finishes an operation started with
ModemManager.GdbusSim.call_set_preferred_networks
().
- call_set_preferred_networks_sync(arg_preferred_networks, cancellable)¶
- Parameters:
arg_preferred_networks (
GLib.Variant
) – Argument to pass with the method invocation.cancellable (
Gio.Cancellable
orNone
) – AGio.Cancellable
orNone
.
- Raises:
- Returns:
- Return type:
Synchronously invokes the ‘SetPreferredNetworks() [gdbus-method-org-freedesktop-ModemManager1-Sim.SetPreferredNetworks]’ D-Bus method on self. The calling thread is blocked until a reply is received.
See
ModemManager.GdbusSim.call_set_preferred_networks
() for the asynchronous version of this method.
- complete_change_pin(invocation)¶
- Parameters:
invocation (
Gio.DBusMethodInvocation
) – AGio.DBusMethodInvocation
.
Helper function used in service implementations to finish handling invocations of the ‘ChangePin() [gdbus-method-org-freedesktop-ModemManager1-Sim.ChangePin]’ 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_enable_pin(invocation)¶
- Parameters:
invocation (
Gio.DBusMethodInvocation
) – AGio.DBusMethodInvocation
.
Helper function used in service implementations to finish handling invocations of the ‘EnablePin() [gdbus-method-org-freedesktop-ModemManager1-Sim.EnablePin]’ 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_send_pin(invocation)¶
- Parameters:
invocation (
Gio.DBusMethodInvocation
) – AGio.DBusMethodInvocation
.
Helper function used in service implementations to finish handling invocations of the ‘SendPin() [gdbus-method-org-freedesktop-ModemManager1-Sim.SendPin]’ 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_send_puk(invocation)¶
- Parameters:
invocation (
Gio.DBusMethodInvocation
) – AGio.DBusMethodInvocation
.
Helper function used in service implementations to finish handling invocations of the ‘SendPuk() [gdbus-method-org-freedesktop-ModemManager1-Sim.SendPuk]’ 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_preferred_networks(invocation)¶
- Parameters:
invocation (
Gio.DBusMethodInvocation
) – AGio.DBusMethodInvocation
.
Helper function used in service implementations to finish handling invocations of the ‘SetPreferredNetworks() [gdbus-method-org-freedesktop-ModemManager1-Sim.SetPreferredNetworks]’ 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_change_pin(invocation, arg_old_pin, arg_new_pin) virtual¶
- Parameters:
invocation (
Gio.DBusMethodInvocation
) –arg_old_pin (
str
) –arg_new_pin (
str
) –
- Return type:
- do_handle_enable_pin(invocation, arg_pin, arg_enabled) virtual¶
- Parameters:
invocation (
Gio.DBusMethodInvocation
) –arg_pin (
str
) –arg_enabled (
bool
) –
- Return type:
- do_handle_send_pin(invocation, arg_pin) virtual¶
- Parameters:
invocation (
Gio.DBusMethodInvocation
) –arg_pin (
str
) –
- Return type:
- do_handle_send_puk(invocation, arg_puk, arg_pin) virtual¶
- Parameters:
invocation (
Gio.DBusMethodInvocation
) –arg_puk (
str
) –arg_pin (
str
) –
- Return type:
- do_handle_set_preferred_networks(invocation, arg_preferred_networks) virtual¶
- Parameters:
invocation (
Gio.DBusMethodInvocation
) –arg_preferred_networks (
GLib.Variant
) –
- Return type:
Signal Details¶
- ModemManager.GdbusSim.signals.handle_change_pin(gdbus_sim, invocation, arg_old_pin, arg_new_pin)¶
- Signal Name:
handle-change-pin
- Flags:
- Parameters:
gdbus_sim (
ModemManager.GdbusSim
) – The object which received the signalinvocation (
Gio.DBusMethodInvocation
) – AGio.DBusMethodInvocation
.arg_old_pin (
str
) – Argument passed by remote caller.arg_new_pin (
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 ‘ChangePin() [gdbus-method-org-freedesktop-ModemManager1-Sim.ChangePin]’ 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.GdbusSim.complete_change_pin
() 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.GdbusSim.signals.handle_enable_pin(gdbus_sim, invocation, arg_pin, arg_enabled)¶
- Signal Name:
handle-enable-pin
- Flags:
- Parameters:
gdbus_sim (
ModemManager.GdbusSim
) – The object which received the signalinvocation (
Gio.DBusMethodInvocation
) – AGio.DBusMethodInvocation
.arg_pin (
str
) – Argument passed by remote caller.arg_enabled (
bool
) – 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 ‘EnablePin() [gdbus-method-org-freedesktop-ModemManager1-Sim.EnablePin]’ 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.GdbusSim.complete_enable_pin
() 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.GdbusSim.signals.handle_send_pin(gdbus_sim, invocation, arg_pin)¶
- Signal Name:
handle-send-pin
- Flags:
- Parameters:
gdbus_sim (
ModemManager.GdbusSim
) – The object which received the signalinvocation (
Gio.DBusMethodInvocation
) – AGio.DBusMethodInvocation
.arg_pin (
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 ‘SendPin() [gdbus-method-org-freedesktop-ModemManager1-Sim.SendPin]’ 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.GdbusSim.complete_send_pin
() 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.GdbusSim.signals.handle_send_puk(gdbus_sim, invocation, arg_puk, arg_pin)¶
- Signal Name:
handle-send-puk
- Flags:
- Parameters:
gdbus_sim (
ModemManager.GdbusSim
) – The object which received the signalinvocation (
Gio.DBusMethodInvocation
) – AGio.DBusMethodInvocation
.arg_puk (
str
) – Argument passed by remote caller.arg_pin (
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 ‘SendPuk() [gdbus-method-org-freedesktop-ModemManager1-Sim.SendPuk]’ 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.GdbusSim.complete_send_puk
() 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.GdbusSim.signals.handle_set_preferred_networks(gdbus_sim, invocation, arg_preferred_networks)¶
- Signal Name:
handle-set-preferred-networks
- Flags:
- Parameters:
gdbus_sim (
ModemManager.GdbusSim
) – The object which received the signalinvocation (
Gio.DBusMethodInvocation
) – AGio.DBusMethodInvocation
.arg_preferred_networks (
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 ‘SetPreferredNetworks() [gdbus-method-org-freedesktop-ModemManager1-Sim.SetPreferredNetworks]’ 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.GdbusSim.complete_set_preferred_networks
() 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.GdbusSim.props.active¶
-
Represents the D-Bus property ‘“Active” [gdbus-property-org-freedesktop-ModemManager1-Sim.Active]’.
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.GdbusSim.props.eid¶
-
Represents the D-Bus property ‘“Eid” [gdbus-property-org-freedesktop-ModemManager1-Sim.Eid]’.
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.GdbusSim.props.emergency_numbers¶
-
Represents the D-Bus property ‘“EmergencyNumbers” [gdbus-property-org-freedesktop-ModemManager1-Sim.EmergencyNumbers]’.
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.GdbusSim.props.esim_status¶
-
Represents the D-Bus property ‘“EsimStatus” [gdbus-property-org-freedesktop-ModemManager1-Sim.EsimStatus]’.
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.GdbusSim.props.gid1¶
- Name:
gid1
- Type:
- Default Value:
- Flags:
Represents the D-Bus property ‘“Gid1” [gdbus-property-org-freedesktop-ModemManager1-Sim.Gid1]’.
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.GdbusSim.props.gid2¶
- Name:
gid2
- Type:
- Default Value:
- Flags:
Represents the D-Bus property ‘“Gid2” [gdbus-property-org-freedesktop-ModemManager1-Sim.Gid2]’.
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.GdbusSim.props.imsi¶
-
Represents the D-Bus property ‘“Imsi” [gdbus-property-org-freedesktop-ModemManager1-Sim.Imsi]’.
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.GdbusSim.props.operator_identifier¶
-
Represents the D-Bus property ‘“OperatorIdentifier” [gdbus-property-org-freedesktop-ModemManager1-Sim.OperatorIdentifier]’.
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.GdbusSim.props.operator_name¶
-
Represents the D-Bus property ‘“OperatorName” [gdbus-property-org-freedesktop-ModemManager1-Sim.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.GdbusSim.props.preferred_networks¶
- Name:
preferred-networks
- Type:
- Default Value:
- Flags:
Represents the D-Bus property ‘“PreferredNetworks” [gdbus-property-org-freedesktop-ModemManager1-Sim.PreferredNetworks]’.
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.GdbusSim.props.removability¶
-
Represents the D-Bus property ‘“Removability” [gdbus-property-org-freedesktop-ModemManager1-Sim.Removability]’.
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.GdbusSim.props.sim_identifier¶
-
Represents the D-Bus property ‘“SimIdentifier” [gdbus-property-org-freedesktop-ModemManager1-Sim.SimIdentifier]’.
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.GdbusSim.props.sim_type¶
-
Represents the D-Bus property ‘“SimType” [gdbus-property-org-freedesktop-ModemManager1-Sim.SimType]’.
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.