MCPcopy Create free account
hub / github.com/FastLED/FastLED / getReconnectDelayMs

Method getReconnectDelayMs

src/fl/stl/asio/http/connection.cpp.hpp:143–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141}
142
143u32 HttpConnection::getReconnectDelayMs() const {
144 return mReconnectDelayMs;
145}
146
147u32 HttpConnection::getReconnectAttempts() const {
148 return mReconnectAttempts;

Callers 2

FL_TEST_FILEFunction · 0.45
FL_TEST_FILEFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected