ModemManager.Object

g GObject.GInterface GObject.GInterface Gio.DBusObject Gio.DBusObject GObject.GInterface->Gio.DBusObject ModemManager.GdbusObject ModemManager.GdbusObject GObject.GInterface->ModemManager.GdbusObject GObject.Object GObject.Object Gio.DBusObjectProxy Gio.DBusObjectProxy GObject.Object->Gio.DBusObjectProxy Gio.DBusObject->Gio.DBusObjectProxy ModemManager.GdbusObjectProxy ModemManager.GdbusObjectProxy Gio.DBusObjectProxy->ModemManager.GdbusObjectProxy ModemManager.GdbusObject->ModemManager.GdbusObjectProxy ModemManager.Object ModemManager.Object ModemManager.GdbusObjectProxy->ModemManager.Object

Subclasses:

None

Methods

Inherited:

ModemManager.GdbusObjectProxy (1), Gio.DBusObjectProxy (2), GObject.Object (37), Gio.DBusObject (3), ModemManager.GdbusObject (14)

Structs:

GObject.ObjectClass (5)

dup_path ()

get_modem ()

get_modem_3gpp ()

get_modem_3gpp_profile_manager ()

get_modem_3gpp_ussd ()

get_modem_cdma ()

get_modem_firmware ()

get_modem_location ()

get_modem_messaging ()

get_modem_oma ()

get_modem_sar ()

get_modem_signal ()

get_modem_simple ()

get_modem_time ()

get_modem_voice ()

Virtual Methods

Inherited:

GObject.Object (7), Gio.DBusObject (5)

Properties

Inherited:

Gio.DBusObjectProxy (2), ModemManager.GdbusObject (14)

Signals

Inherited:

GObject.Object (1), Gio.DBusObject (2)

Fields

Inherited:

GObject.Object (1), Gio.DBusObject (2)

Name

Type

Access

Description

parent

ModemManager.GdbusObjectProxy

r

unused

object

r

Class Details

class ModemManager.Object(**kwargs)
Bases:

ModemManager.GdbusObjectProxy

Abstract:

No

Structure:

ModemManager.ObjectClass

The ModemManager.Object structure contains private data and should only be accessed using the provided API.

dup_path()
Returns:

The DBus path of the ModemManager.Object. The returned value should be freed with GLib.free().

Return type:

str

Gets a copy of the DBus path of the ModemManager.Object object.

New in version 1.0.

get_modem()
Returns:

A ModemManager.Modem that must be freed with GObject.Object.unref() or None if self does not implement the interface.

Return type:

ModemManager.Modem

Gets the ModemManager.Modem instance for the D-Bus interface org.freedesktop.ModemManager1.Modem on self, if any.

New in version 1.0.

get_modem_3gpp()
Returns:

A ModemManager.Modem3gpp that must be freed with GObject.Object.unref() or None if self does not implement the interface.

Return type:

ModemManager.Modem3gpp

Gets the ModemManager.Modem3gpp instance for the D-Bus interface org.freedesktop.ModemManager1.Modem.Modem3gpp on self, if any.

New in version 1.0.

get_modem_3gpp_profile_manager()
Returns:

A ModemManager.Modem3gppProfileManager that must be freed with GObject.Object.unref() or None if self does not implement the interface.

Return type:

ModemManager.Modem3gppProfileManager

Gets the ModemManager.Modem3gppProfileManager instance for the D-Bus interface org.freedesktop.ModemManager1.Modem.Modem3gpp-ProfileManager on self, if any.

New in version 1.18.

get_modem_3gpp_ussd()
Returns:

A ModemManager.Modem3gppUssd that must be freed with GObject.Object.unref() or None if self does not implement the interface.

Return type:

ModemManager.Modem3gppUssd

Gets the ModemManager.Modem3gppUssd instance for the D-Bus interface org.freedesktop.ModemManager1.Modem.Modem3gpp-Ussd on self, if any.

New in version 1.0.

get_modem_cdma()
Returns:

A ModemManager.ModemCdma that must be freed with GObject.Object.unref() or None if self does not implement the interface.

Return type:

ModemManager.ModemCdma

Gets the ModemManager.ModemCdma instance for the D-Bus interface org.freedesktop.ModemManager1.Modem.ModemCdma on self, if any.

New in version 1.0.

get_modem_firmware()
Returns:

A ModemManager.ModemFirmware that must be freed with GObject.Object.unref() or None if self does not implement the interface.

Return type:

ModemManager.ModemFirmware

Gets the ModemManager.ModemFirmware instance for the D-Bus interface org.freedesktop.ModemManager1.Modem.Firmware on self, if any.

New in version 1.0.

get_modem_location()
Returns:

A ModemManager.ModemLocation that must be freed with GObject.Object.unref() or None if self does not implement the interface.

Return type:

ModemManager.ModemLocation

Gets the ModemManager.ModemLocation instance for the D-Bus interface org.freedesktop.ModemManager1.Modem.Modemlocation on self, if any.

New in version 1.0.

get_modem_messaging()
Returns:

A ModemManager.ModemMessaging that must be freed with GObject.Object.unref() or None if self does not implement the interface.

Return type:

ModemManager.ModemMessaging

Gets the ModemManager.ModemMessaging instance for the D-Bus interface org.freedesktop.ModemManager1.Modem.Modemmessaging on self, if any.

New in version 1.0.

get_modem_oma()
Returns:

A ModemManager.ModemOma that must be freed with GObject.Object.unref() or None if self does not implement the interface.

Return type:

ModemManager.ModemOma

Gets the ModemManager.ModemOma instance for the D-Bus interface org.freedesktop.ModemManager1.Modem.Oma on self, if any.

New in version 1.2.

get_modem_sar()
Returns:

A ModemManager.ModemSar that must be freed with GObject.Object.unref() or None if self does not implement the interface.

Return type:

ModemManager.ModemSar

Gets the ModemManager.ModemSar instance for the D-Bus interface org.freedesktop.ModemManager1.Modem.Sar on self, if any.

New in version 1.20.

get_modem_signal()
Returns:

A ModemManager.ModemSignal that must be freed with GObject.Object.unref() or None if self does not implement the interface.

Return type:

ModemManager.ModemSignal

Gets the ModemManager.ModemSignal instance for the D-Bus interface org.freedesktop.ModemManager1.Modem.Signal on self, if any.

New in version 1.2.

get_modem_simple()
Returns:

A ModemManager.ModemSimple that must be freed with GObject.Object.unref() or None if self does not implement the interface.

Return type:

ModemManager.ModemSimple

Gets the ModemManager.ModemSimple instance for the D-Bus interface org.freedesktop.ModemManager1.Modem.Modemsimple on self, if any.

New in version 1.0.

get_modem_time()
Returns:

A ModemManager.ModemTime that must be freed with GObject.Object.unref() or None if self does not implement the interface.

Return type:

ModemManager.ModemTime

Gets the ModemManager.ModemTime instance for the D-Bus interface org.freedesktop.ModemManager1.Modem.Time on self, if any.

New in version 1.0.

get_modem_voice()
Returns:

A ModemManager.ModemVoice that must be freed with GObject.Object.unref() or None if self does not implement the interface.

Return type:

ModemManager.ModemVoice

Gets the ModemManager.ModemVoice instance for the D-Bus interface org.freedesktop.ModemManager1.Modem.Modemvoice on self, if any.

New in version 1.6.