Qmi.MessageNasInitiateNetworkRegisterInput¶
Fields¶
None
Methods¶
class |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Details¶
- class Qmi.MessageNasInitiateNetworkRegisterInput¶
The
Qmi.MessageNasInitiateNetworkRegisterInputstructure contains private data and should only be accessed using the provided API.New in version 1.0.
- classmethod new()¶
- Returns:
the newly created
Qmi.MessageNasInitiateNetworkRegisterInput. The returned value should be freed withQmi.MessageNasInitiateNetworkRegisterInput.unref().- Return type:
Allocates a new
Qmi.MessageNasInitiateNetworkRegisterInput.New in version 1.0.
- get_action()¶
- Raises:
- Returns:
Trueif the field is found,Falseotherwise.- value_action:
a placeholder for the output
Qmi.NasNetworkRegisterType, orNoneif not required.
- Return type:
(
bool, value_action:Qmi.NasNetworkRegisterType)
Get the ‘Action’ field from self.
New in version 1.0.
- get_change_duration()¶
- Raises:
- Returns:
Trueif the field is found,Falseotherwise.- value_change_duration:
a placeholder for the output
Qmi.NasChangeDuration, orNoneif not required.
- Return type:
(
bool, value_change_duration:Qmi.NasChangeDuration)
Get the ‘Change Duration’ field from self.
New in version 1.0.
- get_manual_registration_info_3gpp()¶
- Raises:
- Returns:
Trueif the field is found,Falseotherwise.- value_manual_registration_info_3gpp_mcc:
a placeholder for the output #guint16, or
Noneif not required.- value_manual_registration_info_3gpp_mnc:
a placeholder for the output #guint16, or
Noneif not required.- value_manual_registration_info_3gpp_radio_interface:
a placeholder for the output
Qmi.NasRadioInterface, orNoneif not required.
- Return type:
(
bool, value_manual_registration_info_3gpp_mcc:int, value_manual_registration_info_3gpp_mnc:int, value_manual_registration_info_3gpp_radio_interface:Qmi.NasRadioInterface)
Get the ‘Manual Registration Info 3GPP’ field from self.
New in version 1.0.
- get_mnc_pcs_digit_include_status()¶
- Raises:
- Returns:
- Return type:
Get the ‘MNC PCS Digit Include Status’ field from self.
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.
- set_action(value_action)¶
- Parameters:
value_action (
Qmi.NasNetworkRegisterType) – aQmi.NasNetworkRegisterType.- Raises:
- Returns:
- Return type:
Set the ‘Action’ field in the message.
New in version 1.0.
- set_change_duration(value_change_duration)¶
- Parameters:
value_change_duration (
Qmi.NasChangeDuration) – aQmi.NasChangeDuration.- Raises:
- Returns:
- Return type:
Set the ‘Change Duration’ field in the message.
New in version 1.0.
- set_manual_registration_info_3gpp(value_manual_registration_info_3gpp_mcc, value_manual_registration_info_3gpp_mnc, value_manual_registration_info_3gpp_radio_interface)¶
- Parameters:
value_manual_registration_info_3gpp_mcc (
int) – a #guint16.value_manual_registration_info_3gpp_mnc (
int) – a #guint16.value_manual_registration_info_3gpp_radio_interface (
Qmi.NasRadioInterface) – aQmi.NasRadioInterface.
- Raises:
- Returns:
- Return type:
Set the ‘Manual Registration Info 3GPP’ field in the message.
New in version 1.0.
- 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.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.