Dependencies:   mbed-http

Revision:
93:06e755a80187
Parent:
92:ec9550034276
Child:
95:290859010c8c
--- a/source/ATCmdManager.h	Sat Apr 13 14:17:29 2019 +0000
+++ b/source/ATCmdManager.h	Sun Apr 14 14:38:51 2019 +0000
@@ -113,6 +113,9 @@
                               edm_msg_id_t identifier, edm_msg_type_t type,
                               channel_id_t channel_id);
     
+    void        sendAtConfirmation(const char *buf);
+    void        sendAtEvent(const char *buf);
+    
     /**
     * Allows timeout to be changed between commands
     *