Qmi.MessageNasNetworkScanOutput

Fields

None

Methods

get_mnc_pcs_digit_include_status ()

get_network_information ()

get_network_scan_result ()

get_radio_access_technology ()

get_result ()

ref ()

unref ()

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:

GLib.Error

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, or None 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:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_network_information_ptr:

a placeholder for the output array of Qmi.MessageNasNetworkScanOutputNetworkInformationElement elements, or None 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:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_network_scan_result:

a placeholder for the output Qmi.NasNetworkScanResult, or None 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:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_radio_access_technology_ptr:

a placeholder for the output array of Qmi.MessageNasNetworkScanOutputRadioAccessTechnologyElement elements, or None 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:

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

ref()
Returns:

the new reference to self.

Return type:

Qmi.MessageNasNetworkScanOutput

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.