Cellular library for MTS Socket Modem Arduino Shield devices from Multi-Tech Systems

Dependents:   mtsas mtsas mtsas mtsas

Revision:
7:0ee8e69a3e9c
Parent:
3:04046eebaef5
Child:
8:2d7259d244d1
--- a/Cellular/UIP.h	Wed May 21 08:34:43 2014 -0500
+++ b/Cellular/UIP.h	Wed May 21 15:21:25 2014 -0500
@@ -86,11 +86,6 @@
     virtual Code sendBasicCommand(const std::string& command, unsigned int timeoutMillis, char esc = CR);
     virtual Code setApn(const std::string& apn);
     virtual Code setDns(const std::string& primary, const std::string& secondary = "0.0.0.0");
-    virtual Code sendSMS(const std::string& phoneNumber, const std::string& message);
-    virtual Code sendSMS(const Sms& sms);
-    virtual std::vector<Cellular::Sms> getReceivedSms();
-    virtual Code deleteAllReceivedSms();
-    virtual Code deleteOnlyReceivedReadSms();
 
     /** A method for configuring command ehco capability on the radio. This command
     * sets whether sent characters are echoed back from the radio, in which case you