GdbusBearer
Object Hierarchy:
Description:
[ CCode ( cname = "MmGdbusBearer" , type_id = "mm_gdbus_bearer_get_type ()" ) ]
public interface GdbusBearer : Object
public interface GdbusBearer : Object
Abstract interface type for the D-Bus interface org.freedesktop.ModemManager1.Bearer.
All known implementing classes:
Namespace: MM
Package: libmm-glib
Content:
Properties:
- public abstract string @interface { owned get; set; }
Represents the D-Bus property "Interface".
- public abstract uint bearer_type { get; set; }
Represents the D-Bus property "BearerType".
- public abstract bool connected { get; set; }
Represents the D-Bus property "Connected".
- public abstract Variant connection_error { owned get; set; }
Represents the D-Bus property "ConnectionError".
- public abstract Variant ip4_config { owned get; set; }
Represents the D-Bus property "Ip4Config".
- public abstract Variant ip6_config { owned get; set; }
Represents the D-Bus property "Ip6Config".
- public abstract uint ip_timeout { get; set; }
Represents the D-Bus property "IpTimeout".
- public abstract bool multiplexed { get; set; }
Represents the D-Bus property "Multiplexed".
- public abstract int profile_id { get; set; }
Represents the D-Bus property "ProfileId".
- public abstract Variant properties { owned get; set; }
Represents the D-Bus property "Properties".
- public abstract bool reload_stats_supported { get; set; }
Represents the D-Bus property "ReloadStatsSupported".
- public abstract Variant stats { owned get; set; }
Represents the D-Bus property "Stats".
- public abstract bool suspended { get; set; }
Represents the D-Bus property "Suspended".
Static methods:
- public static unowned DBusInterfaceInfo interface_info ()
Gets a machine-readable description of the org.freedesktop.ModemManager1.Bearer D-Bus interface.
- public static uint override_properties (ObjectClass klass, uint property_id_begin)
Overrides all Object properties in the GdbusBearer interface for a concrete class.
Methods:
- public async bool call_connect (Cancellable? cancellable) throws Error
Asynchronously invokes the Connect D-Bus method on this.
- public bool call_connect_sync (Cancellable? cancellable = null) throws Error
Synchronously invokes the Connect D-Bus method on this.
- public async bool call_disconnect (Cancellable? cancellable) throws Error
Asynchronously invokes the Disconnect D-Bus method on this.
- public bool call_disconnect_sync (Cancellable? cancellable = null) throws Error
Synchronously invokes the Disconnect D-Bus method on this.
- public void complete_connect (owned DBusMethodInvocation invocation)
Helper function used in service implementations to finish handling invocations of the Connect D-Bus method.
- public void complete_disconnect (owned DBusMethodInvocation invocation)
Helper function used in service implementations to finish handling invocations of the Disconnect D-Bus method.
Signals:
- public virtual signal bool handle_connect (DBusMethodInvocation invocation)
Signal emitted when a remote caller is invoking the Connect D-Bus method.
- public virtual signal bool handle_disconnect (DBusMethodInvocation invocation)
Signal emitted when a remote caller is invoking the Disconnect D-Bus method.
Inherited Members:
All known members inherited from class GLib.Object