Qmi.MessageNasNetworkScanOutput¶
Fields¶
None
Methods¶
|
|
|
|
|
Details¶
- class Qmi.MessageNasNetworkScanOutput¶
The
Qmi.MessageNasNetworkScanOutput
structure contains private data and should only be accessed using the provided API.New in version 1.0.
- get_mnc_pcs_digit_include_status()¶
- Raises:
- Returns:
True
if the field is found,False
otherwise.- value_mnc_pcs_digit_include_status_ptr:
a placeholder for the output array of
Qmi.MessageNasNetworkScanOutputMncPcsDigitIncludeStatusElement
elements, orNone
if not required. Do not free or modify it, it is owned by self.
- Return type:
(
bool
, value_mnc_pcs_digit_include_status_ptr: [Qmi.MessageNasNetworkScanOutputMncPcsDigitIncludeStatusElement
])
Get the ‘MNC PCS Digit Include Status’ field from self.
Version of
Qmi.MessageNasNetworkScanOutput.get_mnc_pcs_digit_include_status
() using arrays of pointers to structs instead of arrays of structs, for easier binding in other languages.New in version 1.32.
- get_network_information()¶
- Raises:
- Returns:
True
if the field is found,False
otherwise.- value_network_information_ptr:
a placeholder for the output array of
Qmi.MessageNasNetworkScanOutputNetworkInformationElement
elements, orNone
if not required. Do not free or modify it, it is owned by self.
- Return type:
(
bool
, value_network_information_ptr: [Qmi.MessageNasNetworkScanOutputNetworkInformationElement
])
Get the ‘Network Information’ field from self.
Version of
Qmi.MessageNasNetworkScanOutput.get_network_information
() using arrays of pointers to structs instead of arrays of structs, for easier binding in other languages.New in version 1.32.
- get_network_scan_result()¶
- Raises:
- Returns:
True
if the field is found,False
otherwise.- value_network_scan_result:
a placeholder for the output
Qmi.NasNetworkScanResult
, orNone
if not required.
- Return type:
(
bool
, value_network_scan_result:Qmi.NasNetworkScanResult
)
Get the ‘Network Scan Result’ field from self.
New in version 1.24.
- get_radio_access_technology()¶
- Raises:
- Returns:
True
if the field is found,False
otherwise.- value_radio_access_technology_ptr:
a placeholder for the output array of
Qmi.MessageNasNetworkScanOutputRadioAccessTechnologyElement
elements, orNone
if not required. Do not free or modify it, it is owned by self.
- Return type:
(
bool
, value_radio_access_technology_ptr: [Qmi.MessageNasNetworkScanOutputRadioAccessTechnologyElement
])
Get the ‘Radio Access Technology’ field from self.
Version of
Qmi.MessageNasNetworkScanOutput.get_radio_access_technology
() 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.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.