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.
ArduinoIoTConnectionStatus
1 parent 961a71c commit fb161bdCopy full SHA for fb161bd
src/ArduinoIoTCloud.h
@@ -43,14 +43,12 @@ typedef struct {
43
extern ConnectionManager *ArduinoIoTPreferredConnection;
44
45
enum ArduinoIoTConnectionStatus {
46
- IOT_STATUS_IDLE,/* only at start */
47
IOT_STATUS_CLOUD_IDLE,
48
IOT_STATUS_CLOUD_CONNECTING,
49
IOT_STATUS_CLOUD_CONNECTED,
50
IOT_STATUS_CLOUD_DISCONNECTED,
51
IOT_STATUS_CLOUD_RECONNECTING,
52
IOT_STATUS_CLOUD_ERROR,
53
- IOT_STATUS_ERROR_GENERIC
54
};
55
56
class ArduinoIoTCloudClass {
0 commit comments