Qmi.MessageNasGetPlmnNameInput

Fields

None

Methods

class

new ()

get_always_send_plmn_name ()

get_csg_id ()

get_mnc_pcs_digit_include_status ()

get_plmn ()

get_radio_access_technology ()

get_send_all_information ()

get_suppress_sim_error ()

get_use_static_table_only ()

ref ()

set_always_send_plmn_name (value_always_send_plmn_name)

set_csg_id (value_csg_id)

set_mnc_pcs_digit_include_status (value_mnc_pcs_digit_include_status)

set_plmn (value_plmn_mcc, value_plmn_mnc)

set_radio_access_technology (value_radio_access_technology)

set_send_all_information (value_send_all_information)

set_suppress_sim_error (value_suppress_sim_error)

set_use_static_table_only (value_use_static_table_only)

unref ()

Details

class Qmi.MessageNasGetPlmnNameInput

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

New in version 1.28.

classmethod new()
Returns:

the newly created Qmi.MessageNasGetPlmnNameInput. The returned value should be freed with Qmi.MessageNasGetPlmnNameInput.unref().

Return type:

Qmi.MessageNasGetPlmnNameInput

Allocates a new Qmi.MessageNasGetPlmnNameInput.

New in version 1.28.

get_always_send_plmn_name()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_always_send_plmn_name:

a placeholder for the output bool, or None if not required.

Return type:

(bool, value_always_send_plmn_name: bool)

Get the ‘Always Send PLMN Name’ field from self.

New in version 1.28.

get_csg_id()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_csg_id:

a placeholder for the output #guint32, or None if not required.

Return type:

(bool, value_csg_id: int)

Get the ‘CSG ID’ field from self.

New in version 1.28.

get_mnc_pcs_digit_include_status()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_mnc_pcs_digit_include_status:

a placeholder for the output bool, or None if not required.

Return type:

(bool, value_mnc_pcs_digit_include_status: bool)

Get the ‘MNC PCS Digit Include Status’ field from self.

New in version 1.28.

get_plmn()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_plmn_mcc:

a placeholder for the output #guint16, or None if not required.

value_plmn_mnc:

a placeholder for the output #guint16, or None if not required.

Return type:

(bool, value_plmn_mcc: int, value_plmn_mnc: int)

Get the ‘PLMN’ field from self.

New in version 1.28.

get_radio_access_technology()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_radio_access_technology:

a placeholder for the output Qmi.NasRadioInterface, or None if not required.

Return type:

(bool, value_radio_access_technology: Qmi.NasRadioInterface)

Get the ‘Radio Access Technology’ field from self.

New in version 1.28.

get_send_all_information()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_send_all_information:

a placeholder for the output bool, or None if not required.

Return type:

(bool, value_send_all_information: bool)

Get the ‘Send All Information’ field from self.

New in version 1.28.

get_suppress_sim_error()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_suppress_sim_error:

a placeholder for the output bool, or None if not required.

Return type:

(bool, value_suppress_sim_error: bool)

Get the ‘Suppress SIM Error’ field from self.

New in version 1.28.

get_use_static_table_only()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_use_static_table_only:

a placeholder for the output bool, or None if not required.

Return type:

(bool, value_use_static_table_only: bool)

Get the ‘Use Static Table Only’ field from self.

New in version 1.28.

ref()
Returns:

the new reference to self.

Return type:

Qmi.MessageNasGetPlmnNameInput

Atomically increments the reference count of self by one.

New in version 1.28.

set_always_send_plmn_name(value_always_send_plmn_name)
Parameters:

value_always_send_plmn_name (bool) – a bool.

Raises:

GLib.Error

Returns:

True if value was successfully set, False otherwise.

Return type:

bool

Set the ‘Always Send PLMN Name’ field in the message.

New in version 1.28.

set_csg_id(value_csg_id)
Parameters:

value_csg_id (int) – a #guint32.

Raises:

GLib.Error

Returns:

True if value was successfully set, False otherwise.

Return type:

bool

Set the ‘CSG ID’ field in the message.

New in version 1.28.

set_mnc_pcs_digit_include_status(value_mnc_pcs_digit_include_status)
Parameters:

value_mnc_pcs_digit_include_status (bool) – a bool.

Raises:

GLib.Error

Returns:

True if value was successfully set, False otherwise.

Return type:

bool

Set the ‘MNC PCS Digit Include Status’ field in the message.

New in version 1.28.

set_plmn(value_plmn_mcc, value_plmn_mnc)
Parameters:
  • value_plmn_mcc (int) – a #guint16.

  • value_plmn_mnc (int) – a #guint16.

Raises:

GLib.Error

Returns:

True if value was successfully set, False otherwise.

Return type:

bool

Set the ‘PLMN’ field in the message.

New in version 1.28.

set_radio_access_technology(value_radio_access_technology)
Parameters:

value_radio_access_technology (Qmi.NasRadioInterface) – a Qmi.NasRadioInterface.

Raises:

GLib.Error

Returns:

True if value was successfully set, False otherwise.

Return type:

bool

Set the ‘Radio Access Technology’ field in the message.

New in version 1.28.

set_send_all_information(value_send_all_information)
Parameters:

value_send_all_information (bool) – a bool.

Raises:

GLib.Error

Returns:

True if value was successfully set, False otherwise.

Return type:

bool

Set the ‘Send All Information’ field in the message.

New in version 1.28.

set_suppress_sim_error(value_suppress_sim_error)
Parameters:

value_suppress_sim_error (bool) – a bool.

Raises:

GLib.Error

Returns:

True if value was successfully set, False otherwise.

Return type:

bool

Set the ‘Suppress SIM Error’ field in the message.

New in version 1.28.

set_use_static_table_only(value_use_static_table_only)
Parameters:

value_use_static_table_only (bool) – a bool.

Raises:

GLib.Error

Returns:

True if value was successfully set, False otherwise.

Return type:

bool

Set the ‘Use Static Table Only’ field in the message.

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.