Qmi.IndicationWdsPacketServiceStatusOutput¶
Fields¶
None
Methods¶
|
|
|
Details¶
- class Qmi.IndicationWdsPacketServiceStatusOutput¶
The
Qmi.IndicationWdsPacketServiceStatusOutput
structure contains private data and should only be accessed using the provided API.New in version 1.14.
- get_call_end_reason()¶
- Raises:
- Returns:
True
if the field is found,False
otherwise.- value_call_end_reason:
a placeholder for the output
Qmi.WdsCallEndReason
, orNone
if not required.
- Return type:
(
bool
, value_call_end_reason:Qmi.WdsCallEndReason
)
Get the ‘Call End Reason’ field from self.
New in version 1.14.
- get_connection_status()¶
- Raises:
- Returns:
True
if the field is found,False
otherwise.- value_connection_status_status:
a placeholder for the output
Qmi.WdsConnectionStatus
, orNone
if not required.- value_connection_status_reconfiguration_required:
- Return type:
(
bool
, value_connection_status_status:Qmi.WdsConnectionStatus
, value_connection_status_reconfiguration_required:bool
)
Get the ‘Connection Status’ field from self.
New in version 1.14.
- get_extended_technology_preference()¶
- Raises:
- Returns:
True
if the field is found,False
otherwise.- value_extended_technology_preference:
a placeholder for the output
Qmi.WdsExtendedTechnologyPreference
, orNone
if not required.
- Return type:
(
bool
, value_extended_technology_preference:Qmi.WdsExtendedTechnologyPreference
)
Get the ‘Extended Technology Preference’ field from self.
New in version 1.14.
- get_ip_family()¶
- Raises:
- Returns:
True
if the field is found,False
otherwise.- value_ip_family:
a placeholder for the output
Qmi.WdsIpFamily
, orNone
if not required.
- Return type:
(
bool
, value_ip_family:Qmi.WdsIpFamily
)
Get the ‘IP Family’ field from self.
New in version 1.14.
- get_verbose_call_end_reason()¶
- Raises:
- Returns:
True
if the field is found,False
otherwise.- value_verbose_call_end_reason_type:
a placeholder for the output
Qmi.WdsVerboseCallEndReasonType
, orNone
if not required.- value_verbose_call_end_reason_reason:
a placeholder for the output #gint16, or
None
if not required.
- Return type:
(
bool
, value_verbose_call_end_reason_type:Qmi.WdsVerboseCallEndReasonType
, value_verbose_call_end_reason_reason:int
)
Get the ‘Verbose Call End Reason’ field from self.
New in version 1.14.
- ref()¶
- Returns:
the new reference to self.
- Return type:
Atomically increments the reference count of self by one.
New in version 1.14.
- 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.14.