Qmi.MessageWdsStopNetworkInput

Fields

None

Methods

class

new ()

get_disable_autoconnect ()

get_packet_data_handle ()

ref ()

set_disable_autoconnect (value_disable_autoconnect)

set_packet_data_handle (value_packet_data_handle)

unref ()

Details

class Qmi.MessageWdsStopNetworkInput

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

New in version 1.0.

classmethod new()
Returns:

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

Return type:

Qmi.MessageWdsStopNetworkInput

Allocates a new Qmi.MessageWdsStopNetworkInput.

New in version 1.0.

get_disable_autoconnect()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_disable_autoconnect:

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

Return type:

(bool, value_disable_autoconnect: bool)

Get the ‘Disable Autoconnect’ field from self.

New in version 1.0.

get_packet_data_handle()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_packet_data_handle:

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

Return type:

(bool, value_packet_data_handle: int)

Get the ‘Packet Data Handle’ field from self.

New in version 1.0.

ref()
Returns:

the new reference to self.

Return type:

Qmi.MessageWdsStopNetworkInput

Atomically increments the reference count of self by one.

New in version 1.0.

set_disable_autoconnect(value_disable_autoconnect)
Parameters:

value_disable_autoconnect (bool) – a bool.

Raises:

GLib.Error

Returns:

True if value was successfully set, False otherwise.

Return type:

bool

Set the ‘Disable Autoconnect’ field in the message.

New in version 1.0.

set_packet_data_handle(value_packet_data_handle)
Parameters:

value_packet_data_handle (int) – a #guint32.

Raises:

GLib.Error

Returns:

True if value was successfully set, False otherwise.

Return type:

bool

Set the ‘Packet Data Handle’ field in the message.

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.