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 <link linkend="gdbus-interface-org-freedesktop-ModemManager1-Modem-Location.
top_of_page">org.freedesktop.ModemManager1.Modem.Location</link>.
All known implementing classes:
Content:
Properties:
- public abstract string[] assistance_data_servers { owned get; set; }
Represents the D-Bus property <link
linkend="gdbus-property-org-freedesktop-ModemManager1-Modem-Location.
- public abstract uint capabilities { get; set; }
Represents the D-Bus property <link
linkend="gdbus-property-org-freedesktop-ModemManager1-Modem-Location.
- public abstract uint enabled { get; set; }
Represents the D-Bus property <link
linkend="gdbus-property-org-freedesktop-ModemManager1-Modem-Location.
- public abstract uint gps_refresh_rate { get; set; }
Represents the D-Bus property <link
linkend="gdbus-property-org-freedesktop-ModemManager1-Modem-Location.
- public abstract Variant location { owned get; set; }
Represents the D-Bus property <link
linkend="gdbus-property-org-freedesktop-ModemManager1-Modem-Location.
- public abstract bool signals_location { get; set; }
Represents the D-Bus property <link
linkend="gdbus-property-org-freedesktop-ModemManager1-Modem-Location.
- public abstract string supl_server { owned get; set; }
Represents the D-Bus property <link
linkend="gdbus-property-org-freedesktop-ModemManager1-Modem-Location.
- public abstract uint supported_assistance_data { get; set; }
Represents the D-Bus property <link
linkend="gdbus-property-org-freedesktop-ModemManager1-Modem-Location.
Static methods:
Methods:
- public async bool call_get_location (Cancellable? cancellable, out Variant out_Location) throws Error
Asynchronously invokes the <link
linkend="gdbus-method-org-freedesktop-ModemManager1-Modem-Location.
- public bool call_get_location_sync (out Variant out_Location, Cancellable? cancellable = null) throws Error
Synchronously invokes the <link
linkend="gdbus-method-org-freedesktop-ModemManager1-Modem-Location.
- public async bool call_inject_assistance_data (Variant arg_data, Cancellable? cancellable) throws Error
Asynchronously invokes the <link
linkend="gdbus-method-org-freedesktop-ModemManager1-Modem-Location.
- public bool call_inject_assistance_data_sync (Variant arg_data, Cancellable? cancellable = null) throws Error
Synchronously invokes the <link
linkend="gdbus-method-org-freedesktop-ModemManager1-Modem-Location.
- public async bool call_set_gps_refresh_rate (uint arg_rate, Cancellable? cancellable) throws Error
Asynchronously invokes the <link
linkend="gdbus-method-org-freedesktop-ModemManager1-Modem-Location.
- public bool call_set_gps_refresh_rate_sync (uint arg_rate, Cancellable? cancellable = null) throws Error
Synchronously invokes the <link
linkend="gdbus-method-org-freedesktop-ModemManager1-Modem-Location.
- public async bool call_set_supl_server (string arg_supl, Cancellable? cancellable) throws Error
Asynchronously invokes the <link
linkend="gdbus-method-org-freedesktop-ModemManager1-Modem-Location.
- public bool call_set_supl_server_sync (string arg_supl, Cancellable? cancellable = null) throws Error
Synchronously invokes the <link
linkend="gdbus-method-org-freedesktop-ModemManager1-Modem-Location.
- public async bool call_setup (uint arg_sources, bool arg_signal_location, Cancellable? cancellable) throws Error
Asynchronously invokes the <link
linkend="gdbus-method-org-freedesktop-ModemManager1-Modem-Location.
- public bool call_setup_sync (uint arg_sources, bool arg_signal_location, Cancellable? cancellable = null) throws Error
Synchronously invokes the <link
linkend="gdbus-method-org-freedesktop-ModemManager1-Modem-Location.
- public void complete_get_location (owned DBusMethodInvocation invocation, Variant Location)
Helper function used in service implementations to finish handling
invocations of the <link linkend="gdbus-method-org-freedesktop-ModemManager1-Modem-Location.
- public void complete_inject_assistance_data (owned DBusMethodInvocation invocation)
Helper function used in service implementations to finish handling
invocations of the <link linkend="gdbus-method-org-freedesktop-ModemManager1-Modem-Location.
- public void complete_set_gps_refresh_rate (owned DBusMethodInvocation invocation)
Helper function used in service implementations to finish handling
invocations of the <link linkend="gdbus-method-org-freedesktop-ModemManager1-Modem-Location.
- public void complete_set_supl_server (owned DBusMethodInvocation invocation)
Helper function used in service implementations to finish handling
invocations of the <link linkend="gdbus-method-org-freedesktop-ModemManager1-Modem-Location.
- public void complete_setup (owned DBusMethodInvocation invocation)
Helper function used in service implementations to finish handling
invocations of the <link linkend="gdbus-method-org-freedesktop-ModemManager1-Modem-Location.
Signals:
Inherited Members:
All known members inherited from class GLib.Object