Library for the Adafruit FONA. This is a port of the original Arduino library available at: https://github.com/adafruit/Adafruit_FONA_Library . - Modified by Marc PLOUHINEC 27/06/2015 for use in mbed - Modified by lionel VOIRIN 05/08/2018 for use Adafruit FONA 3

Dependents:   Adafruit_FONA_3G_Library_Test

Revision:
6:8fdb30dc3108
Parent:
5:79e4c91f2b73
Child:
9:b18cfba4283a
diff -r 79e4c91f2b73 -r 8fdb30dc3108 Adafruit_FONA.h
--- a/Adafruit_FONA.h	Wed Sep 05 20:26:07 2018 +0000
+++ b/Adafruit_FONA.h	Thu Sep 06 20:17:02 2018 +0000
@@ -301,8 +301,11 @@
     uint8_t TCPinitialize(void);
     uint8_t getTCPtimeout(char *tcptimeout);
     bool TCPconnect(char *server, uint16_t port);
+    bool sslTCPconnect(char *server, uint16_t port);
     bool TCPclose(void);
+    bool sslTCPclose(void);
     bool TCPsend(char *packet);
+    bool sslTCPsend(char *packet, uint8_t len);
 
 protected:
     bool sendParseReply(const char* tosend, const char* toreply, float *f, char divider, uint8_t index);