Qmi.MessageWdsStartNetworkOutput¶
Fields¶
None
Methods¶
  | 
|
  | 
|
  | 
Details¶
- class Qmi.MessageWdsStartNetworkOutput¶
 The
Qmi.MessageWdsStartNetworkOutputstructure contains private data and should only be accessed using the provided API.New in version 1.0.
- get_call_end_reason()¶
 - Raises:
 - Returns:
 Trueif the field is found,Falseotherwise.- value_call_end_reason:
 a placeholder for the output
Qmi.WdsCallEndReason, orNoneif 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:
 Trueif the field is found,Falseotherwise.- value_packet_data_handle:
 a placeholder for the output #guint32, or
Noneif 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:
 Trueif the field is found,Falseotherwise.- value_verbose_call_end_reason_type:
 a placeholder for the output
Qmi.WdsVerboseCallEndReasonType, orNoneif not required.- value_verbose_call_end_reason_reason:
 a placeholder for the output #gint16, or
Noneif 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.