Top |
guint32 | mm_pco_get_session_id () |
gboolean | mm_pco_is_complete () |
const guint8 * | mm_pco_get_data () |
void | mm_pco_list_free () |
The MMPco is an object handling the raw 3GPP Protocol Configuration Options (PCO) that the modem has received from the network.
This object is retrieved with mm_modem_3gpp_get_pco()
.
guint32
mm_pco_get_session_id (MMPco *self
);
Gets the session ID associated with the PCO.
Since: 1.10
gboolean
mm_pco_is_complete (MMPco *self
);
Gets the complete flag that indicates whether the PCO data contains the complete PCO structure received from the network.
Since: 1.10
const guint8 * mm_pco_get_data (MMPco *self
,gsize *data_size
);
Gets the PCO data in raw bytes.
Since: 1.10
void
mm_pco_list_free (GList *pco_list
);
mm_pco_list_free
has been deprecated since version 1.12.0 and should not be used in newly-written code.
Use g_list_free_full()
using g_object_unref()
as
GDestroyNotify function instead.
Frees all of the memory used by a GList of MMPco.
Since: 1.10
struct MMPco;
The MMPco structure contains private data and should only be accessed using the provided API.