Qmi.IndicationNasNetworkRejectOutput

Fields

None

Methods

get_closed_subscriber_group ()

get_plmn ()

get_radio_interface ()

get_reject_cause ()

get_service_domain ()

ref ()

unref ()

Details

class Qmi.IndicationNasNetworkRejectOutput

The Qmi.IndicationNasNetworkRejectOutput structure contains private data and should only be accessed using the provided API.

New in version 1.30.

get_closed_subscriber_group()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_closed_subscriber_group:

a placeholder for the output #guint32, or None if not required.

Return type:

(bool, value_closed_subscriber_group: int)

Get the ‘Closed Subscriber Group’ field from self.

New in version 1.30.

get_plmn()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_plmn_mcc:

a placeholder for the output #guint16, or None if not required.

value_plmn_mnc:

a placeholder for the output #guint16, or None if not required.

value_plmn_includes_pcs_digit:

a placeholder for the output bool, or None if not required.

Return type:

(bool, value_plmn_mcc: int, value_plmn_mnc: int, value_plmn_includes_pcs_digit: bool)

Get the ‘PLMN’ field from self.

New in version 1.30.

get_radio_interface()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_radio_interface:

a placeholder for the output Qmi.NasRadioInterface, or None if not required.

Return type:

(bool, value_radio_interface: Qmi.NasRadioInterface)

Get the ‘Radio Interface’ field from self.

New in version 1.30.

get_reject_cause()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_reject_cause:

a placeholder for the output Qmi.NasRejectCause, or None if not required.

Return type:

(bool, value_reject_cause: Qmi.NasRejectCause)

Get the ‘Reject Cause’ field from self.

New in version 1.30.

get_service_domain()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_service_domain:

a placeholder for the output Qmi.NasNetworkServiceDomain, or None if not required.

Return type:

(bool, value_service_domain: Qmi.NasNetworkServiceDomain)

Get the ‘Service Domain’ field from self.

New in version 1.30.

ref()
Returns:

the new reference to self.

Return type:

Qmi.IndicationNasNetworkRejectOutput

Atomically increments the reference count of self by one.

New in version 1.30.

unref()

Atomically decrements the reference count of self by one. If the reference count drops to 0, self is completely disposed.

New in version 1.30.