GdbusModemLocation
Object Hierarchy:
Description:
[ CCode ( cname = "MmGdbusModemLocation" , type_id = "mm_gdbus_modem_location_get_type ()" ) ]
public interface GdbusModemLocation : Object
Abstract interface type for the D-Bus interface org.freedesktop.ModemManager1.Modem.Location.
All known implementing classes:
Content:
Properties:
- public abstract string[] assistance_data_servers { owned get; set; }
Represents the D-Bus property "AssistanceDataServers".
- public abstract uint capabilities { get; set; }
Represents the D-Bus property "Capabilities".
- public abstract uint enabled { get; set; }
Represents the D-Bus property "Enabled".
- public abstract uint gps_refresh_rate { get; set; }
Represents the D-Bus property "GpsRefreshRate".
- public abstract Variant location { owned get; set; }
Represents the D-Bus property "Location".
- public abstract bool signals_location { get; set; }
Represents the D-Bus property "SignalsLocation".
- public abstract string supl_server { owned get; set; }
Represents the D-Bus property "SuplServer".
- public abstract uint supported_assistance_data { get; set; }
Represents the D-Bus property "SupportedAssistanceData".
Static methods:
Methods:
- public async bool call_get_location (Cancellable? cancellable, out Variant out_Location) throws Error
Asynchronously invokes the GetLocation D-Bus method on
this.
- public bool call_get_location_sync (out Variant out_Location, Cancellable? cancellable = null) throws Error
Synchronously invokes the GetLocation D-Bus method on
this.
- public async bool call_inject_assistance_data (Variant arg_data, Cancellable? cancellable) throws Error
Asynchronously invokes the InjectAssistanceData D-Bus method on
this.
- public bool call_inject_assistance_data_sync (Variant arg_data, Cancellable? cancellable = null) throws Error
Synchronously invokes the InjectAssistanceData D-Bus method on
this.
- public async bool call_set_gps_refresh_rate (uint arg_rate, Cancellable? cancellable) throws Error
Asynchronously invokes the SetGpsRefreshRate D-Bus method on
this.
- public bool call_set_gps_refresh_rate_sync (uint arg_rate, Cancellable? cancellable = null) throws Error
Synchronously invokes the SetGpsRefreshRate D-Bus method on
this.
- public async bool call_set_supl_server (string arg_supl, Cancellable? cancellable) throws Error
Asynchronously invokes the SetSuplServer D-Bus method on
this.
- public bool call_set_supl_server_sync (string arg_supl, Cancellable? cancellable = null) throws Error
Synchronously invokes the SetSuplServer D-Bus method on
this.
- public async bool call_setup (uint arg_sources, bool arg_signal_location, Cancellable? cancellable) throws Error
Asynchronously invokes the Setup D-Bus method on
this.
- public bool call_setup_sync (uint arg_sources, bool arg_signal_location, Cancellable? cancellable = null) throws Error
Synchronously invokes the Setup D-Bus method on
this.
- public void complete_get_location (owned DBusMethodInvocation invocation, Variant Location)
Helper function used in service implementations to finish handling
invocations of the GetLocation D-Bus method.
- public void complete_inject_assistance_data (owned DBusMethodInvocation invocation)
Helper function used in service implementations to finish handling
invocations of the InjectAssistanceData D-Bus method.
- public void complete_set_gps_refresh_rate (owned DBusMethodInvocation invocation)
Helper function used in service implementations to finish handling
invocations of the SetGpsRefreshRate D-Bus method.
- public void complete_set_supl_server (owned DBusMethodInvocation invocation)
Helper function used in service implementations to finish handling
invocations of the SetSuplServer D-Bus method.
- public void complete_setup (owned DBusMethodInvocation invocation)
Helper function used in service implementations to finish handling
invocations of the Setup D-Bus method.
Signals:
- public virtual signal bool handle_get_location (DBusMethodInvocation invocation)
Signal emitted when a remote caller is invoking the GetLocation
D-Bus method.
- public virtual signal bool handle_inject_assistance_data (DBusMethodInvocation invocation, Variant arg_data)
Signal emitted when a remote caller is invoking the
InjectAssistanceData D-Bus method.
- public virtual signal bool handle_set_gps_refresh_rate (DBusMethodInvocation invocation, uint arg_rate)
Signal emitted when a remote caller is invoking the
SetGpsRefreshRate D-Bus method.
- public virtual signal bool handle_set_supl_server (DBusMethodInvocation invocation, string arg_supl)
Signal emitted when a remote caller is invoking the SetSuplServer
D-Bus method.
- public virtual signal bool handle_setup (DBusMethodInvocation invocation, uint arg_sources, bool arg_signal_location)
Signal emitted when a remote caller is invoking the Setup D-Bus
method.
Inherited Members:
All known members inherited from class GLib.Object
- @get
- @new
- @ref
- @set
- add_toggle_ref
- add_weak_pointer
- bind_property
- connect
- constructed
- disconnect
- dispose
- dup_data
- dup_qdata
- force_floating
- freeze_notify
- get_class
- get_data
- get_property
- get_qdata
- get_type
- getv
- interface_find_property
- interface_install_property
- interface_list_properties
- is_floating
- new_valist
- new_with_properties
- newv
- notify
- notify_property
- ref_count
- ref_sink
- remove_toggle_ref
- remove_weak_pointer
- replace_data
- replace_qdata
- set_data
- set_data_full
- set_property
- set_qdata
- set_qdata_full
- set_valist
- setv
- steal_data
- steal_qdata
- thaw_notify
- unref
- watch_closure
- weak_ref
- weak_unref