Qmi.MessageNasGetOperatorNameOutput¶
Fields¶
None
Methods¶
get_nitz_information () |
|
get_operator_nitz_information (value_operator_nitz_information_name_encoding, value_operator_nitz_information_short_country_initials, value_operator_nitz_information_long_name_spare_bits, value_operator_nitz_information_short_name_spare_bits, value_operator_nitz_information_long_name, value_operator_nitz_information_short_name) |
|
get_operator_plmn_list () |
|
get_operator_plmn_name () |
|
get_operator_string_name () |
|
get_result () |
|
get_service_provider_name () |
|
ref () |
|
unref () |
Details¶
-
class
Qmi.
MessageNasGetOperatorNameOutput
¶ The
Qmi.MessageNasGetOperatorNameOutput
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
, orNone
if not required.value_nitz_information_short_country_initials: a placeholder for the output Qmi.NasPlmnNameCountryInitials
, orNone
if not required.value_nitz_information_long_name_spare_bits: a placeholder for the output Qmi.NasPlmnNameSpareBits
, orNone
if not required.value_nitz_information_short_name_spare_bits: a placeholder for the output Qmi.NasPlmnNameSpareBits
, orNone
if not required.value_nitz_information_long_name: a placeholder for the output GLib.Array
of #guint8 elements, orNone
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, orNone
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_nitz_information
(value_operator_nitz_information_name_encoding, value_operator_nitz_information_short_country_initials, value_operator_nitz_information_long_name_spare_bits, value_operator_nitz_information_short_name_spare_bits, value_operator_nitz_information_long_name, value_operator_nitz_information_short_name)¶ Parameters: - value_operator_nitz_information_name_encoding (
Qmi.NasPlmnEncodingScheme
) – a placeholder for the outputQmi.NasPlmnEncodingScheme
, orNone
if not required. - value_operator_nitz_information_short_country_initials (
Qmi.NasPlmnNameCountryInitials
) – a placeholder for the outputQmi.NasPlmnNameCountryInitials
, orNone
if not required. - value_operator_nitz_information_long_name_spare_bits (
Qmi.NasPlmnNameSpareBits
) – a placeholder for the outputQmi.NasPlmnNameSpareBits
, orNone
if not required. - value_operator_nitz_information_short_name_spare_bits (
Qmi.NasPlmnNameSpareBits
) – a placeholder for the outputQmi.NasPlmnNameSpareBits
, orNone
if not required. - value_operator_nitz_information_long_name (
str
) – a placeholder for the output constant string, orNone
if not required. - value_operator_nitz_information_short_name (
str
) – a placeholder for the output constant string, orNone
if not required.
Raises: Returns: Return type: Get the ‘Operator NITZ Information’ field from self.
New in version 1.18.
Deprecated since version 1.24.6: Use
Qmi.MessageNasGetOperatorNameOutput.get_nitz_information
() instead.- value_operator_nitz_information_name_encoding (
-
get_operator_plmn_list
()¶ Raises: GLib.Error
Returns: True
if the field is found,False
otherwise.value_operator_plmn_list: a placeholder for the output GLib.Array
ofQmi.MessageNasGetOperatorNameOutputOperatorPlmnListElement
elements, orNone
if not required. Do not free it, it is owned by self.Return type: ( bool
, value_operator_plmn_list: [Qmi.MessageNasGetOperatorNameOutputOperatorPlmnListElement
])Get the ‘Operator PLMN List’ field from self.
New in version 1.18.
-
get_operator_plmn_name
()¶ Raises: GLib.Error
Returns: True
if the field is found,False
otherwise.value_operator_plmn_name: a placeholder for the output GLib.Array
ofQmi.MessageNasGetOperatorNameOutputOperatorPlmnNameElement
elements, orNone
if not required. Do not free it, it is owned by self.Return type: ( bool
, value_operator_plmn_name: [Qmi.MessageNasGetOperatorNameOutputOperatorPlmnNameElement
])Get the ‘Operator PLMN Name’ field from self.
New in version 1.18.
-
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_result
()¶ Raises: GLib.Error
Returns: True
if the QMI operation succeeded,False
if error is set.Return type: bool
Get the result of the QMI operation.
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
, orNone
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.MessageNasGetOperatorNameOutput
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.
-