Qmi.MessageWdsSetLteAttachPdnListInput¶
Fields¶
None
Methods¶
class |
|
|
|
|
|
|
|
|
|
|
|
|
Details¶
- class Qmi.MessageWdsSetLteAttachPdnListInput¶
The
Qmi.MessageWdsSetLteAttachPdnListInput
structure contains private data and should only be accessed using the provided API.New in version 1.28.
- classmethod new()¶
- Returns:
the newly created
Qmi.MessageWdsSetLteAttachPdnListInput
. The returned value should be freed withQmi.MessageWdsSetLteAttachPdnListInput.unref
().- Return type:
Allocates a new
Qmi.MessageWdsSetLteAttachPdnListInput
.New in version 1.28.
- get_action()¶
- Raises:
- Returns:
True
if the field is found,False
otherwise.- value_action:
a placeholder for the output
Qmi.WdsAttachPdnListAction
, orNone
if not required.
- Return type:
(
bool
, value_action:Qmi.WdsAttachPdnListAction
)
Get the ‘Action’ field from self.
New in version 1.28.
- get_list()¶
- Raises:
- Returns:
True
if the field is found,False
otherwise.- value_list:
a placeholder for the output
GLib.Array
of #guint16 elements, orNone
if not required. Do not free it, it is owned by self.
- Return type:
Get the ‘List’ field from self.
New in version 1.28.
- ref()¶
- Returns:
the new reference to self.
- Return type:
Atomically increments the reference count of self by one.
New in version 1.28.
- set_action(value_action)¶
- Parameters:
value_action (
Qmi.WdsAttachPdnListAction
) – aQmi.WdsAttachPdnListAction
.- Raises:
- Returns:
- Return type:
Set the ‘Action’ field in the message.
New in version 1.28.
- set_list(value_list)¶
- Parameters:
value_list ([
int
]) – aGLib.Array
of #guint16 elements. A new reference to value_list will be taken, so the caller must make sure the array was created with the correctGLib.DestroyNotify
as clear function for each element in the array.- Raises:
- Returns:
- Return type:
Set the ‘List’ field in the message.
New in version 1.28.
- 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.28.