ModemManager.NetworkRejection

g GObject.Object GObject.Object ModemManager.NetworkRejection ModemManager.NetworkRejection GObject.Object->ModemManager.NetworkRejection

Subclasses:

None

Methods

Inherited:

GObject.Object (37)

Structs:

GObject.ObjectClass (5)

get_access_technology ()

get_error ()

get_operator_id ()

get_operator_name ()

Virtual Methods

Inherited:

GObject.Object (7)

Properties

None

Signals

Inherited:

GObject.Object (1)

Fields

Inherited:

GObject.Object (1)

Name

Type

Access

Description

parent

GObject.Object

r

Class Details

class ModemManager.NetworkRejection(**kwargs)
Bases:

GObject.Object

Abstract:

No

Structure:

ModemManager.NetworkRejectionClass

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

get_access_technology()
Returns:

the available class.

Return type:

ModemManager.ModemAccessTechnology

Gets the available class reported with network reject.

New in version 1.24.

get_error()
Returns:

the network error.

Return type:

ModemManager.NetworkError

Gets the network error reported with network reject.

New in version 1.24.

get_operator_id()
Returns:

a string with the operator id, or None if unknown. Do not free the returned value, it is owned by self.

Return type:

str

Gets the operator id reported with network reject.

New in version 1.24.

get_operator_name()
Returns:

a string with the operator name, or None if unknown. Do not free the returned value, it is owned by self.

Return type:

str

Gets the operator name reported with network reject.

New in version 1.24.