Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of NySNICInterface by
Diff: SNIC_WifiInterface.h
- Revision:
- 26:f2e1030964e4
- Parent:
- 25:67183ed15708
- Child:
- 29:6a0ba999597d
diff -r 67183ed15708 -r f2e1030964e4 SNIC_WifiInterface.h --- 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