|
FastLED 3.9.15
|
| fl::Server::Server | ( | RequestSource | source, |
| ResponseSink | sink ) |
Construct with I/O callbacks.
| source | Function that returns next JSON-RPC request (or nullopt if none) |
| sink | Function that handles outgoing JSON-RPC responses |
Definition at line 15 of file server.cpp.hpp.
References fl::move(), mRequestSource, and mResponseSink.
Here is the call graph for this function: