You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CellularSignalQuality=NSAPI_EVENT_CELLULAR_STATUS_BASE+8, /* cell_callback_data_t.error will contains return value when signal quality was queried. data will hold the pointer to cell_signal_quality struct. See possible values from ../API/CellularNetwork.h*/
66
66
CellularStateRetryEvent=NSAPI_EVENT_CELLULAR_STATUS_BASE+9, /* cell_callback_data_t.error contain an error if any. cell_callback_data_t.status_data contains cellular_event_status and it specifies the operation which is retried.
67
67
cellular_event_status.data contains current retrycount */
68
+
CellularDeviceTimeout=NSAPI_EVENT_CELLULAR_STATUS_BASE+10,/* cell_callback_data_t.error contain an error or NSAPI_ERROR_OK,
69
+
cell_callback_data_t.status_data contains the current cellular_connection_status_t,
70
+
cellular_event_status.data contains new timeout value in milliseconds */
0 commit comments