Qmi.MessageNasGetHomeNetworkOutput¶
Fields¶
None
Methods¶
|
|
|
|
|
Details¶
- class Qmi.MessageNasGetHomeNetworkOutput¶
The
Qmi.MessageNasGetHomeNetworkOutput
structure contains private data and should only be accessed using the provided API.New in version 1.0.
- get_home_network()¶
- Raises:
- Returns:
- Return type:
(
bool
, value_home_network_mcc:int
, value_home_network_mnc:int
, value_home_network_description:str
)
Get the ‘Home Network’ field from self.
New in version 1.0.
- get_home_network_3gpp2_ext()¶
- Raises:
- Returns:
True
if the field is found,False
otherwise.- value_home_network_3gpp2_ext_mcc:
a placeholder for the output #guint16, or
None
if not required.- value_home_network_3gpp2_ext_mnc:
a placeholder for the output #guint16, or
None
if not required.- value_home_network_3gpp2_ext_display_description:
a placeholder for the output
Qmi.NasNetworkDescriptionDisplay
, orNone
if not required.- value_home_network_3gpp2_ext_description_encoding:
a placeholder for the output
Qmi.NasNetworkDescriptionEncoding
, orNone
if not required.- value_home_network_3gpp2_ext_description:
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_home_network_3gpp2_ext_mcc:int
, value_home_network_3gpp2_ext_mnc:int
, value_home_network_3gpp2_ext_display_description:Qmi.NasNetworkDescriptionDisplay
, value_home_network_3gpp2_ext_description_encoding:Qmi.NasNetworkDescriptionEncoding
, value_home_network_3gpp2_ext_description:bytes
)
Get the ‘Home Network 3GPP2 Ext’ field from self.
New in version 1.24.6.
- get_home_network_3gpp_mnc()¶
- Raises:
- Returns:
- Return type:
(
bool
, value_home_network_3gpp_mnc_is_3gpp:bool
, value_home_network_3gpp_mnc_includes_pcs_digit:bool
)
Get the ‘Home Network 3GPP MNC’ field from self.
New in version 1.0.
- get_home_system_id()¶
-
Get the ‘Home System ID’ field from self.
New in version 1.0.
- 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.24.
- get_result()¶
- Raises:
- Returns:
- Return type:
Get the result of the QMI operation.
New in version 1.0.
- ref()¶
- Returns:
the new reference to self.
- Return type:
Atomically increments the reference count of self by one.
New in version 1.0.
- 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.0.