Qmi.MessageNasGetPlmnNameInput¶
Fields¶
None
Methods¶
class |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 withQmi.MessageNasGetPlmnNameInput.unref
().- Return type:
Allocates a new
Qmi.MessageNasGetPlmnNameInput
.New in version 1.28.
- get_always_send_plmn_name()¶
- Raises:
- Returns:
- Return type:
Get the ‘Always Send PLMN Name’ field from self.
New in version 1.28.
- get_csg_id()¶
- Raises:
- 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:
Get the ‘CSG ID’ field from self.
New in version 1.28.
- get_mnc_pcs_digit_include_status()¶
- Raises:
- Returns:
- Return type:
Get the ‘MNC PCS Digit Include Status’ field from self.
New in version 1.28.
- get_plmn()¶
- Raises:
- Returns:
- Return type:
Get the ‘PLMN’ field from self.
New in version 1.28.
- get_radio_access_technology()¶
- Raises:
- Returns:
True
if the field is found,False
otherwise.- value_radio_access_technology:
a placeholder for the output
Qmi.NasRadioInterface
, orNone
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:
- Returns:
- Return type:
Get the ‘Send All Information’ field from self.
New in version 1.28.
- get_suppress_sim_error()¶
- Raises:
- Returns:
- Return type:
Get the ‘Suppress SIM Error’ field from self.
New in version 1.28.
- get_use_static_table_only()¶
- Raises:
- Returns:
- Return type:
Get the ‘Use Static Table Only’ field from self.
New in version 1.28.
- ref()¶
- Returns:
the new reference to self.
- Return type:
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:
- Raises:
- Returns:
- Return type:
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:
- Returns:
- Return type:
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:
- Raises:
- Returns:
- Return type:
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:
- Raises:
- Returns:
- Return type:
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
) – aQmi.NasRadioInterface
.- Raises:
- Returns:
- Return type:
Set the ‘Radio Access Technology’ field in the message.
New in version 1.28.
- set_send_all_information(value_send_all_information)¶
- Parameters:
- Raises:
- Returns:
- Return type:
Set the ‘Send All Information’ field in the message.
New in version 1.28.
- set_suppress_sim_error(value_suppress_sim_error)¶
- Parameters:
- Raises:
- Returns:
- Return type:
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:
- Raises:
- Returns:
- Return type:
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.