NetworkSocketAPI
Dependents: HelloWizFi250Interface
Fork of NetworkSocketAPI by
Diff: NetworkInterface.h
- Revision:
- 68:a52251517491
- Parent:
- 66:c84a4c76cb94
- Child:
- 70:aa343098aa61
--- a/NetworkInterface.h Fri Apr 01 17:18:27 2016 +0000 +++ b/NetworkInterface.h Fri Apr 01 17:49:52 2016 +0000 @@ -30,7 +30,6 @@ * @brief enum of standardized error codes */ enum ns_error_t { - NS_ERROR_WOULD_BLOCK = -3000, /*!< no data is not available but call is non-blocking */ NS_ERROR_TIMEOUT = -3001, /*!< operation took longer than allowed */ NS_ERROR_NO_CONNECTION = -3002, /*!< not connected to a network */ NS_ERROR_NO_SOCKET = -3003, /*!< socket not available for use */