Qmi.IndicationNasOperatorNameOutput

Fields

None

Methods

get_nitz_information ()

get_operator_plmn_list ()

get_operator_plmn_name ()

get_operator_string_name ()

get_service_provider_name ()

ref ()

unref ()

Details

class Qmi.IndicationNasOperatorNameOutput

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

New in version 1.18.

get_nitz_information()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_nitz_information_name_encoding:

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

value_nitz_information_short_country_initials:

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

value_nitz_information_long_name_spare_bits:

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

value_nitz_information_short_name_spare_bits:

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

value_nitz_information_long_name:

a placeholder for the output GLib.Array of #guint8 elements, or None if not required. Do not free it, it is owned by self.

value_nitz_information_short_name:

a placeholder for the output GLib.Array of #guint8 elements, or None if not required. Do not free it, it is owned by self.

Return type:

(bool, value_nitz_information_name_encoding: Qmi.NasPlmnEncodingScheme, value_nitz_information_short_country_initials: Qmi.NasPlmnNameCountryInitials, value_nitz_information_long_name_spare_bits: Qmi.NasPlmnNameSpareBits, value_nitz_information_short_name_spare_bits: Qmi.NasPlmnNameSpareBits, value_nitz_information_long_name: bytes, value_nitz_information_short_name: bytes)

Get the ‘NITZ Information’ field from self.

New in version 1.24.6.

get_operator_plmn_list()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_operator_plmn_list_ptr:

a placeholder for the output array of Qmi.IndicationNasOperatorNameOutputOperatorPlmnListElement elements, or None if not required. Do not free or modify it, it is owned by self.

Return type:

(bool, value_operator_plmn_list_ptr: [Qmi.IndicationNasOperatorNameOutputOperatorPlmnListElement])

Get the ‘Operator PLMN List’ field from self.

Version of Qmi.IndicationNasOperatorNameOutput.get_operator_plmn_list() using arrays of pointers to structs instead of arrays of structs, for easier binding in other languages.

New in version 1.32.

get_operator_plmn_name()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_operator_plmn_name_ptr:

a placeholder for the output array of Qmi.IndicationNasOperatorNameOutputOperatorPlmnNameElement elements, or None if not required. Do not free or modify it, it is owned by self.

Return type:

(bool, value_operator_plmn_name_ptr: [Qmi.IndicationNasOperatorNameOutputOperatorPlmnNameElement])

Get the ‘Operator PLMN Name’ field from self.

Version of Qmi.IndicationNasOperatorNameOutput.get_operator_plmn_name() using arrays of pointers to structs instead of arrays of structs, for easier binding in other languages.

New in version 1.32.

get_operator_string_name()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_operator_string_name:

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

Return type:

(bool, value_operator_string_name: str)

Get the ‘Operator String Name’ field from self.

New in version 1.18.

get_service_provider_name()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_service_provider_name_name_display_condition:

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

value_service_provider_name_name:

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

Return type:

(bool, value_service_provider_name_name_display_condition: Qmi.NasNetworkNameDisplayCondition, value_service_provider_name_name: str)

Get the ‘Service Provider Name’ field from self.

New in version 1.18.

ref()
Returns:

the new reference to self.

Return type:

Qmi.IndicationNasOperatorNameOutput

Atomically increments the reference count of self by one.

New in version 1.18.

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.18.