Qmi.MessageNasInitiateNetworkRegisterInput

Fields

None

Methods

class

new ()

get_action ()

get_change_duration ()

get_manual_registration_info_3gpp ()

get_mnc_pcs_digit_include_status ()

ref ()

set_action (value_action)

set_change_duration (value_change_duration)

set_manual_registration_info_3gpp (value_manual_registration_info_3gpp_mcc, value_manual_registration_info_3gpp_mnc, value_manual_registration_info_3gpp_radio_interface)

set_mnc_pcs_digit_include_status (value_mnc_pcs_digit_include_status)

unref ()

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 with Qmi.MessageNasInitiateNetworkRegisterInput.unref().

Return type:

Qmi.MessageNasInitiateNetworkRegisterInput

Allocates a new Qmi.MessageNasInitiateNetworkRegisterInput.

New in version 1.0.

get_action()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_action:

a placeholder for the output Qmi.NasNetworkRegisterType, or None 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:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_change_duration:

a placeholder for the output Qmi.NasChangeDuration, or None 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:

GLib.Error

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, or None 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:

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

ref()
Returns:

the new reference to self.

Return type:

Qmi.MessageNasInitiateNetworkRegisterInput

Atomically increments the reference count of self by one.

New in version 1.0.

set_action(value_action)
Parameters:

value_action (Qmi.NasNetworkRegisterType) – a Qmi.NasNetworkRegisterType.

Raises:

GLib.Error

Returns:

True if value was successfully set, False otherwise.

Return type:

bool

Set the ‘Action’ field in the message.

New in version 1.0.

set_change_duration(value_change_duration)
Parameters:

value_change_duration (Qmi.NasChangeDuration) – a Qmi.NasChangeDuration.

Raises:

GLib.Error

Returns:

True if value was successfully set, False otherwise.

Return type:

bool

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:
Raises:

GLib.Error

Returns:

True if value was successfully set, False otherwise.

Return type:

bool

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:

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