Qmi.MessageNasInitiateNetworkRegisterInput¶
Fields¶
None
Methods¶
class |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Details¶
- class Qmi.MessageNasInitiateNetworkRegisterInput¶
The
Qmi.MessageNasInitiateNetworkRegisterInput
structure 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:
True
if the field is found,False
otherwise.- value_action:
a placeholder for the output
Qmi.NasNetworkRegisterType
, orNone
if 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:
True
if the field is found,False
otherwise.- value_change_duration:
a placeholder for the output
Qmi.NasChangeDuration
, orNone
if 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:
True
if the field is found,False
otherwise.- value_manual_registration_info_3gpp_mcc:
a placeholder for the output #guint16, or
None
if not required.- value_manual_registration_info_3gpp_mnc:
a placeholder for the output #guint16, or
None
if not required.- value_manual_registration_info_3gpp_radio_interface:
a placeholder for the output
Qmi.NasRadioInterface
, orNone
if 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.