FastLED 3.9.15
Loading...
Searching...
No Matches

◆ connect()

void fl::HttpConnection::connect ( )

Definition at line 35 of file connection.cpp.hpp.

35 {
37 return; // Permanently closed, no connect allowed
38 }
39
40 // Track if we're coming from RECONNECTING state
43}
void transitionTo(ConnectionState newState, u32 currentTimeMs)
ConnectionState mState
Definition connection.h:75

References fl::CLOSED, fl::CONNECTING, mState, mWasReconnecting, fl::RECONNECTING, and transitionTo().

Referenced by update().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: