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:
- 27:2dc9461c04dc
- Parent:
- 10:9d8b23b60fd6
- Child:
- 28:dceb8da78e6d
diff -r 81e520908460 -r 2dc9461c04dc WNCInterface.h --- a/WNCInterface.h Fri Mar 24 21:43:57 2017 +0000 +++ b/WNCInterface.h Fri Mar 24 21:50:50 2017 +0000 @@ -89,7 +89,7 @@ // socket. Forward reference the class class Socket; -class Endpoint; +class WncEndpoint; class UDPSocket; class TCPSocketConnection; class WNCSms; @@ -99,7 +99,7 @@ class WncControllerK64F; //forward reference the Controller Class friend class TCPSocketConnection; friend class UDPSocket; - friend class Endpoint; + friend class WncEndpoint; friend class Socket; friend class WNCSms;

