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

◆ onData()

StreamHandle & fl::net::http::StreamHandle::onData ( fl::function< void(const fl::json &)> cb)

Register callback for intermediate stream data.

Definition at line 22 of file stream_transport.cpp.hpp.

22 {
23 if (mUpdateCallback) {
25 }
26 return *this;
27}
fl::shared_ptr< fl::function< void(const fl::json &)> > mUpdateCallback
constexpr remove_reference< T >::type && move(T &&t) FL_NOEXCEPT
Definition s16x16x4.h:28

References StreamHandle(), fl::fl::move(), and mUpdateCallback.

Referenced by StreamHandle().

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