Qmi.MessagePdcRegisterInput

Fields

None

Methods

class

new ()

get_enable_refresh ()

get_enable_reporting ()

ref ()

set_enable_refresh (value_enable_refresh)

set_enable_reporting (value_enable_reporting)

unref ()

Details

class Qmi.MessagePdcRegisterInput

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

New in version 1.18.

classmethod new()
Returns:

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

Return type:

Qmi.MessagePdcRegisterInput

Allocates a new Qmi.MessagePdcRegisterInput.

New in version 1.18.

get_enable_refresh()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_enable_refresh:

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

Return type:

(bool, value_enable_refresh: bool)

Get the ‘Enable Refresh’ field from self.

New in version 1.32.

get_enable_reporting()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_enable_reporting:

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

Return type:

(bool, value_enable_reporting: bool)

Get the ‘Enable Reporting’ field from self.

New in version 1.18.

ref()
Returns:

the new reference to self.

Return type:

Qmi.MessagePdcRegisterInput

Atomically increments the reference count of self by one.

New in version 1.18.

set_enable_refresh(value_enable_refresh)
Parameters:

value_enable_refresh (bool) – a bool.

Raises:

GLib.Error

Returns:

True if value was successfully set, False otherwise.

Return type:

bool

Set the ‘Enable Refresh’ field in the message.

New in version 1.32.

set_enable_reporting(value_enable_reporting)
Parameters:

value_enable_reporting (bool) – a bool.

Raises:

GLib.Error

Returns:

True if value was successfully set, False otherwise.

Return type:

bool

Set the ‘Enable Reporting’ field in the message.

New in version 1.18.

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