Qmi.MessageNasGetPlmnNameOutput¶
Fields¶
None
Methods¶
|
|
|
|
|
Details¶
- class Qmi.MessageNasGetPlmnNameOutput¶
The
Qmi.MessageNasGetPlmnNameOutput
structure contains private data and should only be accessed using the provided API.New in version 1.28.
- get_3gpp_eons_plmn_name()¶
- Raises:
- Returns:
True
if the field is found,False
otherwise.- value_3gpp_eons_plmn_name_service_provider_name_encoding:
a placeholder for the output
Qmi.NasNetworkDescriptionEncoding
, orNone
if not required.- value_3gpp_eons_plmn_name_service_provider_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_3gpp_eons_plmn_name_short_name_encoding:
a placeholder for the output
Qmi.NasNetworkDescriptionEncoding
, orNone
if not required.- value_3gpp_eons_plmn_name_short_name_country_initials:
a placeholder for the output
Qmi.NasPlmnNameCountryInitials
, orNone
if not required.- value_3gpp_eons_plmn_name_short_name_spare_bits:
a placeholder for the output
Qmi.NasPlmnNameSpareBits
, orNone
if not required.- value_3gpp_eons_plmn_name_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.- value_3gpp_eons_plmn_name_long_name_encoding:
a placeholder for the output
Qmi.NasNetworkDescriptionEncoding
, orNone
if not required.- value_3gpp_eons_plmn_name_long_name_country_initials:
a placeholder for the output
Qmi.NasPlmnNameCountryInitials
, orNone
if not required.- value_3gpp_eons_plmn_name_long_name_spare_bits:
a placeholder for the output
Qmi.NasPlmnNameSpareBits
, orNone
if not required.- value_3gpp_eons_plmn_name_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.
- Return type:
(
bool
, value_3gpp_eons_plmn_name_service_provider_name_encoding:Qmi.NasNetworkDescriptionEncoding
, value_3gpp_eons_plmn_name_service_provider_name:bytes
, value_3gpp_eons_plmn_name_short_name_encoding:Qmi.NasNetworkDescriptionEncoding
, value_3gpp_eons_plmn_name_short_name_country_initials:Qmi.NasPlmnNameCountryInitials
, value_3gpp_eons_plmn_name_short_name_spare_bits:Qmi.NasPlmnNameSpareBits
, value_3gpp_eons_plmn_name_short_name:bytes
, value_3gpp_eons_plmn_name_long_name_encoding:Qmi.NasNetworkDescriptionEncoding
, value_3gpp_eons_plmn_name_long_name_country_initials:Qmi.NasPlmnNameCountryInitials
, value_3gpp_eons_plmn_name_long_name_spare_bits:Qmi.NasPlmnNameSpareBits
, value_3gpp_eons_plmn_name_long_name:bytes
)
Get the ‘3GPP EONS PLMN Name’ field from self.
New in version 1.28.
- get_additional_information()¶
- Raises:
- Returns:
True
if the field is found,False
otherwise.- value_additional_information:
a placeholder for the output
GLib.Array
of #guint16 elements, orNone
if not required. Do not free it, it is owned by self.
- Return type:
Get the ‘Additional Information’ field from self.
New in version 1.28.
- get_display_bit_information()¶
- Raises:
- Returns:
True
if the field is found,False
otherwise.- value_display_bit_information_service_provider_name_set:
a placeholder for the output
Qmi.NasBoolean
, orNone
if not required.- value_display_bit_information_plmn_name_set:
a placeholder for the output
Qmi.NasBoolean
, orNone
if not required.
- Return type:
(
bool
, value_display_bit_information_service_provider_name_set:Qmi.NasBoolean
, value_display_bit_information_plmn_name_set:Qmi.NasBoolean
)
Get the ‘Display Bit Information’ field from self.
New in version 1.28.
- get_network_information()¶
- Raises:
- Returns:
True
if the field is found,False
otherwise.- value_network_information:
a placeholder for the output
Qmi.NasBoolean
, orNone
if not required.
- Return type:
(
bool
, value_network_information:Qmi.NasBoolean
)
Get the ‘Network Information’ field from self.
New in version 1.28.
- get_network_name_source()¶
- Raises:
- Returns:
True
if the field is found,False
otherwise.- value_network_name_source:
a placeholder for the output
Qmi.NasNetworkNameSource
, orNone
if not required.
- Return type:
(
bool
, value_network_name_source:Qmi.NasNetworkNameSource
)
Get the ‘Network Name Source’ field from self.
New in version 1.28.
- get_plmn_name_with_language_id()¶
- Raises:
- Returns:
True
if the field is found,False
otherwise.- value_plmn_name_with_language_id_ptr:
a placeholder for the output array of
Qmi.MessageNasGetPlmnNameOutputPlmnNameWithLanguageIdElement
elements, orNone
if not required. Do not free or modify it, it is owned by self.
- Return type:
(
bool
, value_plmn_name_with_language_id_ptr: [Qmi.MessageNasGetPlmnNameOutputPlmnNameWithLanguageIdElement
])
Get the ‘PLMN Name With Language Id’ field from self.
Version of
Qmi.MessageNasGetPlmnNameOutput.get_plmn_name_with_language_id
() using arrays of pointers to structs instead of arrays of structs, for easier binding in other languages.New in version 1.32.
- get_result()¶
- Raises:
- Returns:
- Return type:
Get the result of the QMI operation.
New in version 1.28.
- ref()¶
- Returns:
the new reference to self.
- Return type:
Atomically increments the reference count of self by one.
New in version 1.28.
- 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.28.