Qmi.MessageWdsGetPacketStatisticsInput¶
Fields¶
None
Methods¶
class  | 
  | 
  | 
|
  | 
|
  | 
|
  | 
Details¶
- class Qmi.MessageWdsGetPacketStatisticsInput¶
 The
Qmi.MessageWdsGetPacketStatisticsInputstructure contains private data and should only be accessed using the provided API.New in version 1.6.
- classmethod new()¶
 - Returns:
 the newly created
Qmi.MessageWdsGetPacketStatisticsInput. The returned value should be freed withQmi.MessageWdsGetPacketStatisticsInput.unref().- Return type:
 
Allocates a new
Qmi.MessageWdsGetPacketStatisticsInput.New in version 1.6.
- get_mask()¶
 - Raises:
 - Returns:
 Trueif the field is found,Falseotherwise.- value_mask:
 a placeholder for the output
Qmi.WdsPacketStatisticsMaskFlag, orNoneif not required.
- Return type:
 (
bool, value_mask:Qmi.WdsPacketStatisticsMaskFlag)
Get the ‘Mask’ field from self.
New in version 1.6.
- ref()¶
 - Returns:
 the new reference to self.
- Return type:
 
Atomically increments the reference count of self by one.
New in version 1.6.
- set_mask(value_mask)¶
 - Parameters:
 value_mask (
Qmi.WdsPacketStatisticsMaskFlag) – aQmi.WdsPacketStatisticsMaskFlag.- Raises:
 - Returns:
 - Return type:
 
Set the ‘Mask’ field in the message.
New in version 1.6.
- 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.6.