Qmi.MessageImsdcmPdpActivateRequestInput¶
Fields¶
None
Methods¶
class |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Details¶
- class Qmi.MessageImsdcmPdpActivateRequestInput¶
The
Qmi.MessageImsdcmPdpActivateRequestInputstructure contains private data and should only be accessed using the provided API.New in version 1.37.
- classmethod new()¶
- Returns:
the newly created
Qmi.MessageImsdcmPdpActivateRequestInput. The returned value should be freed withQmi.MessageImsdcmPdpActivateRequestInput.unref().- Return type:
Allocates a new
Qmi.MessageImsdcmPdpActivateRequestInput.New in version 1.37.
- get_connection_parameters()¶
- Raises:
- Returns:
Trueif the field is found,Falseotherwise.- value_connection_parameters_apn:
a placeholder for the output constant string, or
Noneif not required.- value_connection_parameters_apn_type:
a placeholder for the output
Qmi.ImsDcmApnType, orNoneif not required.- value_connection_parameters_rat_type:
a placeholder for the output
Qmi.ImsDcmRatType, orNoneif not required.- value_connection_parameters_ip_family:
a placeholder for the output
Qmi.ImsDcmIpFamiliy, orNoneif not required.- value_connection_parameters_wds_profile_number:
a placeholder for the output #guint32, or
Noneif not required.
- Return type:
(
bool, value_connection_parameters_apn:str, value_connection_parameters_apn_type:Qmi.ImsDcmApnType, value_connection_parameters_rat_type:Qmi.ImsDcmRatType, value_connection_parameters_ip_family:Qmi.ImsDcmIpFamiliy, value_connection_parameters_wds_profile_number:int)
Get the ‘Connection Parameters’ field from self.
New in version 1.37.
- get_instance_id()¶
- Raises:
- Returns:
Trueif the field is found,Falseotherwise.- value_instance_id:
a placeholder for the output
Qmi.ImsDcmInstanceId, orNoneif not required.
- Return type:
(
bool, value_instance_id:Qmi.ImsDcmInstanceId)
Get the ‘Instance Id’ field from self.
New in version 1.37.
- get_pdp_request_sequence_number()¶
- Raises:
- Returns:
Trueif the field is found,Falseotherwise.- value_pdp_request_sequence_number:
a placeholder for the output #guint32, or
Noneif not required.
- Return type:
Get the ‘PDP Request Sequence Number’ field from self.
New in version 1.37.
- get_pdp_slot_id()¶
- Raises:
- Returns:
Trueif the field is found,Falseotherwise.- value_pdp_slot_id:
a placeholder for the output #guint32, or
Noneif not required.
- Return type:
Get the ‘PDP Slot Id’ field from self.
New in version 1.37.
- get_pdp_subscription_id()¶
- Raises:
- Returns:
Trueif the field is found,Falseotherwise.- value_pdp_subscription_id:
a placeholder for the output #guint32, or
Noneif not required.
- Return type:
Get the ‘PDP Subscription Id’ field from self.
New in version 1.37.
- ref()¶
- Returns:
the new reference to self.
- Return type:
Atomically increments the reference count of self by one.
New in version 1.37.
- set_connection_parameters(value_connection_parameters_apn, value_connection_parameters_apn_type, value_connection_parameters_rat_type, value_connection_parameters_ip_family, value_connection_parameters_wds_profile_number)¶
- Parameters:
value_connection_parameters_apn (
str) – a constant string.value_connection_parameters_apn_type (
Qmi.ImsDcmApnType) – aQmi.ImsDcmApnType.value_connection_parameters_rat_type (
Qmi.ImsDcmRatType) – aQmi.ImsDcmRatType.value_connection_parameters_ip_family (
Qmi.ImsDcmIpFamiliy) – aQmi.ImsDcmIpFamiliy.value_connection_parameters_wds_profile_number (
int) – a #guint32.
- Raises:
- Returns:
- Return type:
Set the ‘Connection Parameters’ field in the message.
New in version 1.37.
- set_instance_id(value_instance_id)¶
- Parameters:
value_instance_id (
Qmi.ImsDcmInstanceId) – aQmi.ImsDcmInstanceId.- Raises:
- Returns:
- Return type:
Set the ‘Instance Id’ field in the message.
New in version 1.37.
- set_pdp_request_sequence_number(value_pdp_request_sequence_number)¶
- Parameters:
value_pdp_request_sequence_number (
int) – a #guint32.- Raises:
- Returns:
- Return type:
Set the ‘PDP Request Sequence Number’ field in the message.
New in version 1.37.
- set_pdp_slot_id(value_pdp_slot_id)¶
- Parameters:
value_pdp_slot_id (
int) – a #guint32.- Raises:
- Returns:
- Return type:
Set the ‘PDP Slot Id’ field in the message.
New in version 1.37.
- set_pdp_subscription_id(value_pdp_subscription_id)¶
- Parameters:
value_pdp_subscription_id (
int) – a #guint32.- Raises:
- Returns:
- Return type:
Set the ‘PDP Subscription Id’ field in the message.
New in version 1.37.
- 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.37.