Qmi.MessageWdsGetPacketStatisticsInput

Fields

None

Methods

class

new ()

get_mask ()

ref ()

set_mask (value_mask)

unref ()

Details

class Qmi.MessageWdsGetPacketStatisticsInput

The Qmi.MessageWdsGetPacketStatisticsInput structure contains private data and should only be accessed using the provided API.

Added in version 1.6.

classmethod new()
Returns:

the newly created Qmi.MessageWdsGetPacketStatisticsInput. The returned value should be freed with Qmi.MessageWdsGetPacketStatisticsInput.unref().

Return type:

Qmi.MessageWdsGetPacketStatisticsInput

Allocates a new Qmi.MessageWdsGetPacketStatisticsInput.

Added in version 1.6.

get_mask()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_mask:

a placeholder for the output Qmi.WdsPacketStatisticsMaskFlag, or None if not required.

Return type:

(bool, value_mask: Qmi.WdsPacketStatisticsMaskFlag)

Get the ‘Mask’ field from self.

Added in version 1.6.

ref()
Returns:

the new reference to self.

Return type:

Qmi.MessageWdsGetPacketStatisticsInput

Atomically increments the reference count of self by one.

Added in version 1.6.

set_mask(value_mask)
Parameters:

value_mask (Qmi.WdsPacketStatisticsMaskFlag) – a Qmi.WdsPacketStatisticsMaskFlag.

Raises:

GLib.Error

Returns:

True if value was successfully set, False otherwise.

Return type:

bool

Set the ‘Mask’ field in the message.

Added 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.

Added in version 1.6.