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.
Dependencies: WncControllerK64F
Dependents: WNCProximityMqtt Pubnub_ATT_IoT_SK_WNC_sync BluemixDemo BluemixQS ... more
See the WNCInterface README in the Wiki tab for detailed information on this library.
Diff: WNCInterface.h
- Revision:
- 29:b278b745fb4f
- Parent:
- 28:dceb8da78e6d
diff -r dceb8da78e6d -r b278b745fb4f WNCInterface.h
--- a/WNCInterface.h Fri Mar 24 22:02:33 2017 +0000
+++ b/WNCInterface.h Fri Mar 24 22:26:23 2017 +0000
@@ -91,13 +91,13 @@
class WncSocket;
class WncEndpoint;
class WncUDPSocket;
-class TCPSocketConnection;
+class WncTCPSocketConnection;
class WNCSms;
class WNCInterface
{
class WncControllerK64F; //forward reference the Controller Class
- friend class TCPSocketConnection;
+ friend class WncTCPSocketConnection;
friend class WncUDPSocket;
friend class WncEndpoint;
friend class WncSocket;

