ModemManager.GdbusModemLocation¶
- Implementations:
ModemManager.GdbusModemLocationProxy
,ModemManager.GdbusModemLocationSkeleton
Methods¶
class |
|
class |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Virtual Methods¶
|
|
|
|
|
|
|
|
|
Properties¶
Name |
Type |
Flags |
Short Description |
---|---|---|---|
[ |
r/w |
AssistanceDataServers |
|
r/w |
Capabilities |
||
r/w |
Enabled |
||
r/w |
GpsRefreshRate |
||
r/w |
Location |
||
r/w |
SignalsLocation |
||
r/w |
SuplServer |
||
r/w |
SupportedAssistanceData |
Signals¶
Name |
Short Description |
---|---|
Signal emitted when a remote caller is invoking the ‘GetLocation() [gdbus-method-org-freedesktop-ModemManager1-Modem-Location.GetLocation]’ D-Bus method. |
|
Signal emitted when a remote caller is invoking the ‘InjectAssistanceData() [gdbus-method-org-freedesktop-ModemManager1-Modem-Location.InjectAssistanceData]’ D-Bus method. |
|
Signal emitted when a remote caller is invoking the ‘SetGpsRefreshRate() [gdbus-method-org-freedesktop-ModemManager1-Modem-Location.SetGpsRefreshRate]’ D-Bus method. |
|
Signal emitted when a remote caller is invoking the ‘SetSuplServer() [gdbus-method-org-freedesktop-ModemManager1-Modem-Location.SetSuplServer]’ D-Bus method. |
|
Signal emitted when a remote caller is invoking the ‘Setup() [gdbus-method-org-freedesktop-ModemManager1-Modem-Location.Setup]’ D-Bus method. |
Fields¶
None
Class Details¶
- class ModemManager.GdbusModemLocation¶
- Bases:
- Structure:
Abstract interface type for the D-Bus interface ‘org.freedesktop.ModemManager1.Modem.Location [gdbus-interface-org-freedesktop-ModemManager1-Modem-Location.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.Location [gdbus-interface-org-freedesktop-ModemManager1-Modem-Location.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.GdbusModemLocation
interface for a concrete class. The properties are overridden in the order they are defined.
- call_get_location(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 ‘GetLocation() [gdbus-method-org-freedesktop-ModemManager1-Modem-Location.GetLocation]’ 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.GdbusModemLocation.call_get_location_finish
() to get the result of the operation.See
ModemManager.GdbusModemLocation.call_get_location_sync
() for the synchronous, blocking version of this method.
- call_get_location_finish(res)¶
- Parameters:
res (
Gio.AsyncResult
) – TheGio.AsyncResult
obtained from theGio.AsyncReadyCallback
passed toModemManager.GdbusModemLocation.call_get_location
().- Raises:
- Returns:
True
if the call succeeded,False
if error is set.- out_Location:
Return location for return parameter or
None
to ignore.
- Return type:
(
bool
, out_Location:GLib.Variant
)
Finishes an operation started with
ModemManager.GdbusModemLocation.call_get_location
().
- call_get_location_sync(cancellable)¶
- Parameters:
cancellable (
Gio.Cancellable
orNone
) – AGio.Cancellable
orNone
.- Raises:
- Returns:
True
if the call succeeded,False
if error is set.- out_Location:
Return location for return parameter or
None
to ignore.
- Return type:
(
bool
, out_Location:GLib.Variant
)
Synchronously invokes the ‘GetLocation() [gdbus-method-org-freedesktop-ModemManager1-Modem-Location.GetLocation]’ D-Bus method on self. The calling thread is blocked until a reply is received.
See
ModemManager.GdbusModemLocation.call_get_location
() for the asynchronous version of this method.
- call_inject_assistance_data(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 ‘InjectAssistanceData() [gdbus-method-org-freedesktop-ModemManager1-Modem-Location.InjectAssistanceData]’ 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.GdbusModemLocation.call_inject_assistance_data_finish
() to get the result of the operation.See
ModemManager.GdbusModemLocation.call_inject_assistance_data_sync
() for the synchronous, blocking version of this method.
- call_inject_assistance_data_finish(res)¶
- Parameters:
res (
Gio.AsyncResult
) – TheGio.AsyncResult
obtained from theGio.AsyncReadyCallback
passed toModemManager.GdbusModemLocation.call_inject_assistance_data
().- Raises:
- Returns:
- Return type:
Finishes an operation started with
ModemManager.GdbusModemLocation.call_inject_assistance_data
().
- call_inject_assistance_data_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 ‘InjectAssistanceData() [gdbus-method-org-freedesktop-ModemManager1-Modem-Location.InjectAssistanceData]’ D-Bus method on self. The calling thread is blocked until a reply is received.
See
ModemManager.GdbusModemLocation.call_inject_assistance_data
() for the asynchronous version of this method.
- call_set_gps_refresh_rate(arg_rate, cancellable, callback, *user_data)¶
- Parameters:
arg_rate (
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 ‘SetGpsRefreshRate() [gdbus-method-org-freedesktop-ModemManager1-Modem-Location.SetGpsRefreshRate]’ 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.GdbusModemLocation.call_set_gps_refresh_rate_finish
() to get the result of the operation.See
ModemManager.GdbusModemLocation.call_set_gps_refresh_rate_sync
() for the synchronous, blocking version of this method.
- call_set_gps_refresh_rate_finish(res)¶
- Parameters:
res (
Gio.AsyncResult
) – TheGio.AsyncResult
obtained from theGio.AsyncReadyCallback
passed toModemManager.GdbusModemLocation.call_set_gps_refresh_rate
().- Raises:
- Returns:
- Return type:
Finishes an operation started with
ModemManager.GdbusModemLocation.call_set_gps_refresh_rate
().
- call_set_gps_refresh_rate_sync(arg_rate, cancellable)¶
- Parameters:
arg_rate (
int
) – Argument to pass with the method invocation.cancellable (
Gio.Cancellable
orNone
) – AGio.Cancellable
orNone
.
- Raises:
- Returns:
- Return type:
Synchronously invokes the ‘SetGpsRefreshRate() [gdbus-method-org-freedesktop-ModemManager1-Modem-Location.SetGpsRefreshRate]’ D-Bus method on self. The calling thread is blocked until a reply is received.
See
ModemManager.GdbusModemLocation.call_set_gps_refresh_rate
() for the asynchronous version of this method.
- call_set_supl_server(arg_supl, cancellable, callback, *user_data)¶
- Parameters:
arg_supl (
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 ‘SetSuplServer() [gdbus-method-org-freedesktop-ModemManager1-Modem-Location.SetSuplServer]’ 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.GdbusModemLocation.call_set_supl_server_finish
() to get the result of the operation.See
ModemManager.GdbusModemLocation.call_set_supl_server_sync
() for the synchronous, blocking version of this method.
- call_set_supl_server_finish(res)¶
- Parameters:
res (
Gio.AsyncResult
) – TheGio.AsyncResult
obtained from theGio.AsyncReadyCallback
passed toModemManager.GdbusModemLocation.call_set_supl_server
().- Raises:
- Returns:
- Return type:
Finishes an operation started with
ModemManager.GdbusModemLocation.call_set_supl_server
().
- call_set_supl_server_sync(arg_supl, cancellable)¶
- Parameters:
arg_supl (
str
) – Argument to pass with the method invocation.cancellable (
Gio.Cancellable
orNone
) – AGio.Cancellable
orNone
.
- Raises:
- Returns:
- Return type:
Synchronously invokes the ‘SetSuplServer() [gdbus-method-org-freedesktop-ModemManager1-Modem-Location.SetSuplServer]’ D-Bus method on self. The calling thread is blocked until a reply is received.
See
ModemManager.GdbusModemLocation.call_set_supl_server
() for the asynchronous version of this method.
- call_setup(arg_sources, arg_signal_location, cancellable, callback, *user_data)¶
- Parameters:
arg_sources (
int
) – Argument to pass with the method invocation.arg_signal_location (
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 ‘Setup() [gdbus-method-org-freedesktop-ModemManager1-Modem-Location.Setup]’ 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.GdbusModemLocation.call_setup_finish
() to get the result of the operation.See
ModemManager.GdbusModemLocation.call_setup_sync
() for the synchronous, blocking version of this method.
- call_setup_finish(res)¶
- Parameters:
res (
Gio.AsyncResult
) – TheGio.AsyncResult
obtained from theGio.AsyncReadyCallback
passed toModemManager.GdbusModemLocation.call_setup
().- Raises:
- Returns:
- Return type:
Finishes an operation started with
ModemManager.GdbusModemLocation.call_setup
().
- call_setup_sync(arg_sources, arg_signal_location, cancellable)¶
- Parameters:
arg_sources (
int
) – Argument to pass with the method invocation.arg_signal_location (
bool
) – Argument to pass with the method invocation.cancellable (
Gio.Cancellable
orNone
) – AGio.Cancellable
orNone
.
- Raises:
- Returns:
- Return type:
Synchronously invokes the ‘Setup() [gdbus-method-org-freedesktop-ModemManager1-Modem-Location.Setup]’ D-Bus method on self. The calling thread is blocked until a reply is received.
See
ModemManager.GdbusModemLocation.call_setup
() for the asynchronous version of this method.
- complete_get_location(invocation, Location)¶
- Parameters:
invocation (
Gio.DBusMethodInvocation
) – AGio.DBusMethodInvocation
.Location (
GLib.Variant
) – Parameter to return.
Helper function used in service implementations to finish handling invocations of the ‘GetLocation() [gdbus-method-org-freedesktop-ModemManager1-Modem-Location.GetLocation]’ 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_inject_assistance_data(invocation)¶
- Parameters:
invocation (
Gio.DBusMethodInvocation
) – AGio.DBusMethodInvocation
.
Helper function used in service implementations to finish handling invocations of the ‘InjectAssistanceData() [gdbus-method-org-freedesktop-ModemManager1-Modem-Location.InjectAssistanceData]’ 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_gps_refresh_rate(invocation)¶
- Parameters:
invocation (
Gio.DBusMethodInvocation
) – AGio.DBusMethodInvocation
.
Helper function used in service implementations to finish handling invocations of the ‘SetGpsRefreshRate() [gdbus-method-org-freedesktop-ModemManager1-Modem-Location.SetGpsRefreshRate]’ 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_supl_server(invocation)¶
- Parameters:
invocation (
Gio.DBusMethodInvocation
) – AGio.DBusMethodInvocation
.
Helper function used in service implementations to finish handling invocations of the ‘SetSuplServer() [gdbus-method-org-freedesktop-ModemManager1-Modem-Location.SetSuplServer]’ 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_setup(invocation)¶
- Parameters:
invocation (
Gio.DBusMethodInvocation
) – AGio.DBusMethodInvocation
.
Helper function used in service implementations to finish handling invocations of the ‘Setup() [gdbus-method-org-freedesktop-ModemManager1-Modem-Location.Setup]’ 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_get_location(invocation) virtual¶
- Parameters:
invocation (
Gio.DBusMethodInvocation
) –- Return type:
- do_handle_inject_assistance_data(invocation, arg_data) virtual¶
- Parameters:
invocation (
Gio.DBusMethodInvocation
) –arg_data (
GLib.Variant
) –
- Return type:
- do_handle_set_gps_refresh_rate(invocation, arg_rate) virtual¶
- Parameters:
invocation (
Gio.DBusMethodInvocation
) –arg_rate (
int
) –
- Return type:
- do_handle_set_supl_server(invocation, arg_supl) virtual¶
- Parameters:
invocation (
Gio.DBusMethodInvocation
) –arg_supl (
str
) –
- Return type:
- do_handle_setup(invocation, arg_sources, arg_signal_location) virtual¶
- Parameters:
invocation (
Gio.DBusMethodInvocation
) –arg_sources (
int
) –arg_signal_location (
bool
) –
- Return type:
Signal Details¶
- ModemManager.GdbusModemLocation.signals.handle_get_location(gdbus_modem_location, invocation)¶
- Signal Name:
handle-get-location
- Flags:
- Parameters:
gdbus_modem_location (
ModemManager.GdbusModemLocation
) – 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 ‘GetLocation() [gdbus-method-org-freedesktop-ModemManager1-Modem-Location.GetLocation]’ 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.GdbusModemLocation.complete_get_location
() 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.GdbusModemLocation.signals.handle_inject_assistance_data(gdbus_modem_location, invocation, arg_data)¶
- Signal Name:
handle-inject-assistance-data
- Flags:
- Parameters:
gdbus_modem_location (
ModemManager.GdbusModemLocation
) – 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 ‘InjectAssistanceData() [gdbus-method-org-freedesktop-ModemManager1-Modem-Location.InjectAssistanceData]’ 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.GdbusModemLocation.complete_inject_assistance_data
() 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.GdbusModemLocation.signals.handle_set_gps_refresh_rate(gdbus_modem_location, invocation, arg_rate)¶
- Signal Name:
handle-set-gps-refresh-rate
- Flags:
- Parameters:
gdbus_modem_location (
ModemManager.GdbusModemLocation
) – The object which received the signalinvocation (
Gio.DBusMethodInvocation
) – AGio.DBusMethodInvocation
.arg_rate (
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 ‘SetGpsRefreshRate() [gdbus-method-org-freedesktop-ModemManager1-Modem-Location.SetGpsRefreshRate]’ 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.GdbusModemLocation.complete_set_gps_refresh_rate
() 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.GdbusModemLocation.signals.handle_set_supl_server(gdbus_modem_location, invocation, arg_supl)¶
- Signal Name:
handle-set-supl-server
- Flags:
- Parameters:
gdbus_modem_location (
ModemManager.GdbusModemLocation
) – The object which received the signalinvocation (
Gio.DBusMethodInvocation
) – AGio.DBusMethodInvocation
.arg_supl (
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 ‘SetSuplServer() [gdbus-method-org-freedesktop-ModemManager1-Modem-Location.SetSuplServer]’ 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.GdbusModemLocation.complete_set_supl_server
() 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.GdbusModemLocation.signals.handle_setup(gdbus_modem_location, invocation, arg_sources, arg_signal_location)¶
- Signal Name:
handle-setup
- Flags:
- Parameters:
gdbus_modem_location (
ModemManager.GdbusModemLocation
) – The object which received the signalinvocation (
Gio.DBusMethodInvocation
) – AGio.DBusMethodInvocation
.arg_sources (
int
) – Argument passed by remote caller.arg_signal_location (
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 ‘Setup() [gdbus-method-org-freedesktop-ModemManager1-Modem-Location.Setup]’ 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.GdbusModemLocation.complete_setup
() 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.GdbusModemLocation.props.assistance_data_servers¶
-
Represents the D-Bus property ‘“AssistanceDataServers” [gdbus-property-org-freedesktop-ModemManager1-Modem-Location.AssistanceDataServers]’.
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.GdbusModemLocation.props.capabilities¶
-
Represents the D-Bus property ‘“Capabilities” [gdbus-property-org-freedesktop-ModemManager1-Modem-Location.Capabilities]’.
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.GdbusModemLocation.props.enabled¶
-
Represents the D-Bus property ‘“Enabled” [gdbus-property-org-freedesktop-ModemManager1-Modem-Location.Enabled]’.
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.GdbusModemLocation.props.gps_refresh_rate¶
-
Represents the D-Bus property ‘“GpsRefreshRate” [gdbus-property-org-freedesktop-ModemManager1-Modem-Location.GpsRefreshRate]’.
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.GdbusModemLocation.props.location¶
- Name:
location
- Type:
- Default Value:
- Flags:
Represents the D-Bus property ‘“Location” [gdbus-property-org-freedesktop-ModemManager1-Modem-Location.Location]’.
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.GdbusModemLocation.props.signals_location¶
-
Represents the D-Bus property ‘“SignalsLocation” [gdbus-property-org-freedesktop-ModemManager1-Modem-Location.SignalsLocation]’.
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.GdbusModemLocation.props.supl_server¶
-
Represents the D-Bus property ‘“SuplServer” [gdbus-property-org-freedesktop-ModemManager1-Modem-Location.SuplServer]’.
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.GdbusModemLocation.props.supported_assistance_data¶
-
Represents the D-Bus property ‘“SupportedAssistanceData” [gdbus-property-org-freedesktop-ModemManager1-Modem-Location.SupportedAssistanceData]’.
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.