SNIC UART Interface library for Murata Type-YD module

Dependents:   WebSocketServerTest

Fork of SNICInterface_mod by Toyomasa Watarai

Revision:
26:f2e1030964e4
Parent:
25:67183ed15708
Child:
29:6a0ba999597d
--- a/SNIC_WifiInterface.h	Fri Mar 28 01:56:08 2014 +0000
+++ b/SNIC_WifiInterface.h	Fri Mar 28 03:03:40 2014 +0000
@@ -44,6 +44,7 @@
         @param baud baud rate of Serial interface (default: 9600)
     */
     C_SNIC_WifiInterface(PinName tx, PinName rx, PinName cts, PinName rts, PinName reset, PinName alarm = NC, int baud = 115200);
+    virtual ~C_SNIC_WifiInterface();
 
     /** Initialize the interface.
         @return 0 on success, a negative number on failure