NetworkSocketAPI
Dependents: HelloWizFi250Interface
Fork of NetworkSocketAPI by
Diff: NetworkInterface.h
- Revision:
- 91:cad29ce6a01c
- Parent:
- 89:b1d417383c0d
- Child:
- 92:dd5f19874adf
--- a/NetworkInterface.h Tue Apr 19 18:22:15 2016 -0500 +++ b/NetworkInterface.h Tue Apr 19 18:23:12 2016 -0500 @@ -201,9 +201,8 @@ /** Close the socket * @param handle Socket handle - * @param shutdown free the left-over data in message queues */ - virtual int socket_close(void *handle, bool shutdown) = 0; + virtual int socket_close(void *handle) = 0; /** Register a callback on when a new connection is ready * @param handle Socket handle