ModemManager.Pco¶
| Subclasses: | None | 
|---|
Methods¶
| Inherited: | GObject.Object (37) | 
|---|---|
| Structs: | GObject.ObjectClass (5) | 
| class | list_free(pco_list) | 
| get_data() | |
| get_session_id() | |
| is_complete() | 
Virtual Methods¶
| Inherited: | GObject.Object (7) | 
|---|
Properties¶
None
Signals¶
| Inherited: | GObject.Object (1) | 
|---|
Class Details¶
- 
class ModemManager.Pco(**kwargs)¶
- Bases: - GObject.Object- Abstract: - No - Structure: - ModemManager.PcoClass- The - ModemManager.Pcostructure contains private data and should only be accessed using the provided API.- 
classmethod list_free(pco_list)¶
- Parameters: - pco_list ([ - ModemManager.Pco]) – a- GLib.Listof- ModemManager.Pco.- Frees all of the memory used by a - GLib.Listof- ModemManager.Pco.- New in version 1.10. - Deprecated since version 1.12.0: Use g_list_free_full() using - GObject.Object.unref() as- GLib.DestroyNotifyfunction instead.
 - 
get_data()¶
- Returns: - the PCO data, or - Noneif it doesn’t contain any.- data_size: - Size of the PCO data, if any given. - Return type: - ( - int, data_size:- int)- Gets the PCO data in raw bytes. - New in version 1.10. 
 
- 
classmethod