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

◆ ResponseSend() [1/3]

fl::ResponseSend::ResponseSend ( const fl::json & requestId,
fl::function< void(const fl::json &)> sink )
inline

Construct ResponseSend with request ID and response sink.

Parameters
requestIdThe JSON-RPC request ID (can be int, string, or null)
sinkFunction to send JSON responses

Definition at line 52 of file response_send.h.

const fl::json & requestId() const
Get the request ID.
fl::function< void(const fl::json &)> mResponseSink
constexpr remove_reference< T >::type && move(T &&t) FL_NOEXCEPT
Definition s16x16x4.h:28

References mIsFinal, fl::move(), mRequestId, mResponseSink, and requestId().

Referenced by ResponseSend(), ResponseSend(), operator=(), and operator=().

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