Qmi.MessageWdsSetLteAttachPdnListInput¶
Fields¶
None
Methods¶
| class | 
 | 
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | 
Details¶
- class Qmi.MessageWdsSetLteAttachPdnListInput¶
- The - Qmi.MessageWdsSetLteAttachPdnListInputstructure 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 with- Qmi.MessageWdsSetLteAttachPdnListInput.unref().
- Return type:
 - Allocates a new - Qmi.MessageWdsSetLteAttachPdnListInput.- New in version 1.28. 
 - get_action()¶
- Raises:
- Returns:
- Trueif the field is found,- Falseotherwise.- value_action:
- a placeholder for the output - Qmi.WdsAttachPdnListAction, or- Noneif not required.
 
- Return type:
- ( - bool, value_action:- Qmi.WdsAttachPdnListAction)
 - Get the ‘Action’ field from self. - New in version 1.28. 
 - get_list()¶
- Raises:
- Returns:
- Trueif the field is found,- Falseotherwise.- value_list:
- a placeholder for the output - GLib.Arrayof #guint16 elements, or- Noneif 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) – a- Qmi.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]) – a- GLib.Arrayof #guint16 elements. A new reference to value_list will be taken, so the caller must make sure the array was created with the correct- GLib.DestroyNotifyas 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.