NetworkSocketAPI
Dependents: HelloWizFi250Interface
Fork of NetworkSocketAPI by
Diff: NetworkInterface.h
- Branch:
- api-changes
- Revision:
- 30:3cc78f5db99d
- Parent:
- 28:163fbe3263f4
- Child:
- 31:7f15b95f2a1d
--- a/NetworkInterface.h Mon Feb 22 20:58:50 2016 +0000 +++ b/NetworkInterface.h Mon Feb 22 21:03:38 2016 +0000 @@ -86,7 +86,7 @@ * @return The allocated socket */ virtual SocketInterface *createSocket(socket_protocol_t proto) = 0; - + /** Internally destroy a socket * @param socket An allocated SocketInterface * @returns 0 on success