FastLED 3.9.15
Loading...
Searching...
No Matches
connection.h File Reference
+ Include dependency graph for connection.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  fl::ConnectionConfig
 
class  fl::HttpConnection
 

Namespaces

namespace  fl
 Base definition for an LED controller.
 

Enumerations

enum class  fl::ConnectionState {
  fl::DISCONNECTED , fl::CONNECTING , fl::CONNECTED , fl::RECONNECTING ,
  fl::CLOSED
}
 

Class Documentation

◆ fl::ConnectionConfig

struct fl::ConnectionConfig
Class Members
u32 connectionTimeoutMs = 60000
u32 heartbeatIntervalMs = 30000
u32 maxReconnectAttempts = 0
u32 reconnectBackoffMultiplier = 2
u32 reconnectInitialDelayMs = 1000
u32 reconnectMaxDelayMs = 30000