Qmi.MessageWdsStartNetworkOutput¶
Fields¶
None
Methods¶
|
|
|
|
|
Details¶
- class Qmi.MessageWdsStartNetworkOutput¶
The
Qmi.MessageWdsStartNetworkOutput
structure contains private data and should only be accessed using the provided API.New in version 1.0.
- 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.0.
- get_packet_data_handle()¶
- Raises:
- Returns:
True
if the field is found,False
otherwise.- value_packet_data_handle:
a placeholder for the output #guint32, or
None
if not required.
- Return type:
Get the ‘Packet Data Handle’ field from self.
New in version 1.0.
- get_result()¶
- Raises:
- Returns:
- Return type:
Get the result of the QMI operation.
New in version 1.0.
- 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.0.
- ref()¶
- Returns:
the new reference to self.
- Return type:
Atomically increments the reference count of self by one.
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.