aboutsummaryrefslogtreecommitdiff
path: root/src/mm-base-modem-at.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mm-base-modem-at.h')
-rw-r--r--src/mm-base-modem-at.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/mm-base-modem-at.h b/src/mm-base-modem-at.h
index 3e43c4f7..18b3cdc5 100644
--- a/src/mm-base-modem-at.h
+++ b/src/mm-base-modem-at.h
@@ -138,6 +138,13 @@ void mm_base_modem_at_command (MMBaseModem *self,
gboolean allow_cached,
GAsyncReadyCallback callback,
gpointer user_data);
+/* Like mm_base_modem_at_command() except does not prefix with AT */
+void mm_base_modem_at_command_raw (MMBaseModem *self,
+ const gchar *command,
+ guint timeout,
+ gboolean allow_cached,
+ GAsyncReadyCallback callback,
+ gpointer user_data);
const gchar *mm_base_modem_at_command_finish (MMBaseModem *self,
GAsyncResult *res,
GError **error);