Qmi.IndicationImsdcmPdpActivateOutput¶
Fields¶
None
Methods¶
|
|
|
|
|
|
|
Details¶
- class Qmi.IndicationImsdcmPdpActivateOutput¶
The
Qmi.IndicationImsdcmPdpActivateOutputstructure contains private data and should only be accessed using the provided API.New in version 1.37.
- get_address_info()¶
- Raises:
- Returns:
Trueif the field is found,Falseotherwise.- value_address_info_ip_family:
a placeholder for the output
Qmi.ImsDcmIpFamiliy, orNoneif not required.- value_address_info_address:
a placeholder for the output constant string, or
Noneif not required.
- Return type:
(
bool, value_address_info_ip_family:Qmi.ImsDcmIpFamiliy, value_address_info_address:str)
Get the ‘Address Info’ 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_id()¶
- Raises:
- Returns:
Trueif the field is found,Falseotherwise.- value_pdp_id:
a placeholder for the output #guint8, or
Noneif not required.
- Return type:
Get the ‘PDP 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_result()¶
- Raises:
- Returns:
- Return type:
Get the result of the QMI operation.
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.
- 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.