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

◆ setResponseSink()

void fl::Rpc::setResponseSink ( fl::function< void(const fl::json &)> sink)

Set response sink for sending ACK responses (used by async functions)

Definition at line 24 of file rpc.cpp.hpp.

24 {
25 mResponseSink = fl::move(sink);
26}
fl::function< void(const fl::json &)> mResponseSink
Definition rpc.h:388
constexpr remove_reference< T >::type && move(T &&t) FL_NOEXCEPT
Definition s16x16x4.h:28

References fl::fl::move(), and mResponseSink.

Referenced by operator=().

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