GdbusModemLocation
Object Hierarchy:
Description:
[ CCode ( cname = "MmGdbusModemLocation" , type_id = "mm_gdbus_modem_location_get_type ()" ) ]
public interface GdbusModemLocation : Object
public interface GdbusModemLocation : Object
Abstract interface type for the D-Bus interface org.freedesktop.ModemManager1.Modem.Location.
All known implementing classes:
Namespace: MM
Package: libmm-glib
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:
- public static unowned DBusInterfaceInfo interface_info ()
Gets a machine-readable description of the org.freedesktop.ModemManager1.Modem.Location D-Bus interface.
- public static uint override_properties (ObjectClass klass, uint property_id_begin)
Overrides all Object properties in the GdbusModemLocation interface for a concrete class.
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