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: DnsQuery
Dependents: WizFi310_TCP_Echo_Server_Example
Fork of NetworkSocketAPI by
Diff: SocketInterface.h
- Revision:
- 57:3c873fab4207
- Parent:
- 53:26b5f1c69822
- Child:
- 58:1caa187fa5af
diff -r 19c9e332c0f1 -r 3c873fab4207 SocketInterface.h
--- a/SocketInterface.h Mon Feb 29 15:23:24 2016 +0000
+++ b/SocketInterface.h Thu Feb 25 19:00:39 2016 -0600
@@ -22,9 +22,9 @@
/** Enum of socket protocols
*/
-enum socket_protocol_t {
- SOCK_TCP, /*!< Socket connection over TCP */
- SOCK_UDP, /*!< Socket connection over UDP */
+enum ns_protocol_t {
+ NS_TCP,
+ NS_UDP,
};
