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
Diff: Adafruit_FONA.h
- Revision:
- 2:3fc229f5ec3f
- Parent:
- 0:bf67af6b3913
- Child:
- 4:05c32425d2da
--- a/Adafruit_FONA.h Sun Aug 05 14:26:22 2018 +0000 +++ b/Adafruit_FONA.h Mon Aug 06 05:54:30 2018 +0000 @@ -292,6 +292,11 @@ bool hangUp(void); bool pickUp(void); bool enableGPS(bool onoff); + + // TCP raw connections + uint8_t TCPinitialize(void); + bool TCPconnect(char *server, uint16_t port); + bool TCPclose(void); protected: bool sendParseReply(const char* tosend, const char* toreply, float *f, char divider, uint8_t index);