We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5f80f8 commit 54e99a1Copy full SHA for 54e99a1
features/netsocket/nsapi_types.h
@@ -79,8 +79,7 @@ enum nsapi_error {
79
* @enum nsapi_event
80
*/
81
typedef enum nsapi_event {
82
- NSAPI_EVENT_CONNECTION_STATUS_CHANGE = 0, /*!< network connection status has changed, the parameter = new status (nsapi_connection_status_t) */
83
- NSAPI_EVENT_SOME_FUTURE_EVENT = 1 /*!< something else has happened, the parameter = time in milliseconds */
+ NSAPI_EVENT_CONNECTION_STATUS_CHANGE = 0 /*!< network connection status has changed, the parameter = new status (nsapi_connection_status_t) */
84
} nsapi_event_t;
85
86
0 commit comments