FastLED
3.9.15
Loading...
Searching...
No Matches
◆
ConnectionState
enum class
fl::ConnectionState
strong
Enumerator
DISCONNECTED
CONNECTING
CONNECTED
RECONNECTING
CLOSED
Definition at line
9
of file
connection.h
.
9
{
10
DISCONNECTED
,
// Not connected, idle
11
CONNECTING
,
// Connection attempt in progress
12
CONNECTED
,
// Connected and active
13
RECONNECTING
,
// Reconnection attempt after failure
14
CLOSED
// Connection permanently closed (user requested)
15
};
fl::ConnectionState::CLOSED
@ CLOSED
Definition
connection.h:14
fl::ConnectionState::DISCONNECTED
@ DISCONNECTED
Definition
connection.h:10
fl::ConnectionState::CONNECTING
@ CONNECTING
Definition
connection.h:11
fl::ConnectionState::CONNECTED
@ CONNECTED
Definition
connection.h:12
fl::ConnectionState::RECONNECTING
@ RECONNECTING
Definition
connection.h:13
fl
Generated on Tue Jun 16 2026 00:07:03 for FastLED by
1.13.2