Qmi.MessageWdsGetPacketStatisticsInput¶
Fields¶
None
Methods¶
class |
|
|
|
|
|
|
|
|
Details¶
- class Qmi.MessageWdsGetPacketStatisticsInput¶
The
Qmi.MessageWdsGetPacketStatisticsInput
structure 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:
True
if the field is found,False
otherwise.- value_mask:
a placeholder for the output
Qmi.WdsPacketStatisticsMaskFlag
, orNone
if 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.