diff options
Diffstat (limited to 'src/mm-iface-modem.h')
-rw-r--r-- | src/mm-iface-modem.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/mm-iface-modem.h b/src/mm-iface-modem.h index de2564ec..f5a16252 100644 --- a/src/mm-iface-modem.h +++ b/src/mm-iface-modem.h @@ -163,6 +163,16 @@ struct _MMIfaceModem { GAsyncResult *res, GError **error); + /* Asynchronous command operation */ + void (*command) (MMIfaceModem *self, + const gchar *cmd, + guint timeout, + GAsyncReadyCallback callback, + gpointer user_data); + const gchar * (*command_finish) (MMIfaceModem *self, + GAsyncResult *res, + GError **error); + /* Asynchronous allowed band setting operation */ void (*set_allowed_bands) (MMIfaceModem *self, GArray *bands_array, |