Qmi.MessagePbmGetEmergencyListOutput

Fields

None

Methods

get_card_numbers ()

get_hardcoded_numbers ()

get_network_numbers ()

get_nv_numbers ()

get_result ()

ref ()

unref ()

Details

class Qmi.MessagePbmGetEmergencyListOutput

The Qmi.MessagePbmGetEmergencyListOutput structure contains private data and should only be accessed using the provided API.

New in version 1.38.

get_card_numbers()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_card_numbers_ptr:

a placeholder for the output array of #QmiMessagePbmGetEmergencyListOutputCardNumbersElement elements, or None if not required. Do not free or modify it, it is owned by self.

Return type:

(bool, value_card_numbers_ptr: [Qmi.MessagePbmGetEmergencyListOutputCardNumbersElementGir])

Get the ‘Card Numbers’ field from self.

Version of Qmi.MessagePbmGetEmergencyListOutput.get_card_numbers() using arrays of pointers to structs instead of arrays of structs, for easier binding in other languages.

New in version 1.38.

get_hardcoded_numbers()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_hardcoded_numbers:

a placeholder for the output GLib.Array of str * elements, or None if not required. Do not free it, it is owned by self.

Return type:

(bool, value_hardcoded_numbers: [str])

Get the ‘Hardcoded Numbers’ field from self.

New in version 1.38.

get_network_numbers()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_network_numbers_ptr:

a placeholder for the output array of #QmiMessagePbmGetEmergencyListOutputNetworkNumbersElement elements, or None if not required. Do not free or modify it, it is owned by self.

Return type:

(bool, value_network_numbers_ptr: [Qmi.MessagePbmGetEmergencyListOutputNetworkNumbersElementGir])

Get the ‘Network Numbers’ field from self.

Version of Qmi.MessagePbmGetEmergencyListOutput.get_network_numbers() using arrays of pointers to structs instead of arrays of structs, for easier binding in other languages.

New in version 1.38.

get_nv_numbers()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_nv_numbers:

a placeholder for the output GLib.Array of str * elements, or None if not required. Do not free it, it is owned by self.

Return type:

(bool, value_nv_numbers: [str])

Get the ‘NV Numbers’ field from self.

New in version 1.38.

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

ref()
Returns:

the new reference to self.

Return type:

Qmi.MessagePbmGetEmergencyListOutput

Atomically increments the reference count of self by one.

New in version 1.38.

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