FastLED 3.9.15
Loading...
Searching...
No Matches
fl::Remote Member List

This is the complete list of members for fl::Remote, including all inherited members.

bind(const Config< Callable > &config)fl::Remoteinline
bind(const char *name, Callable fn, fl::RpcMode mode=fl::RpcMode::SYNC)fl::Remoteinline
bindAsync(const char *name, fl::function< void(fl::ResponseSend &, const fl::json &)> fn, fl::RpcMode mode=fl::RpcMode::ASYNC)fl::Remoteinline
clear(ClearFlags flags)fl::Remote
ClearFlags typedeffl::Remote
Config typedeffl::Remote
count() constfl::Remoteinline
get(const char *name) constfl::Remoteinline
has(const fl::string &name) constfl::Remote
mAsyncRequestsfl::Remoteprotected
MethodInfo typedeffl::Remote
methods() constfl::Remote
mOutgoingQueuefl::Serverprotected
mRequestHandlerfl::Serverprotected
mRequestSourcefl::Serverprotected
mResponseSinkfl::Serverprotected
mResultsfl::Remoteprotected
mRpcfl::Remoteprotected
mSchedulerfl::Remoteprotected
operator=(const Remote &) FL_NOEXCEPT=deletefl::Remote
operator=(Remote &&) FL_NOEXCEPT=deletefl::Remote
fl::Server::operator=(const Server &) FL_NOEXCEPT=deletefl::Server
fl::Server::operator=(Server &&) FL_NOEXCEPT=defaultfl::Server
ParamInfo typedeffl::Remote
pendingCount() constfl::Remote
processRpc(const fl::json &request)fl::Remote
pull()fl::Server
push()fl::Server
recordResult(const fl::string &funcName, const fl::json &result, u32 scheduledAt, u32 receivedAt, u32 executedAt, bool wasScheduled)fl::Remoteprotected
Remote(RequestSource source, ResponseSink sink)fl::Remote
Remote(const Remote &) FL_NOEXCEPT=deletefl::Remote
Remote(Remote &&) FL_NOEXCEPT=deletefl::Remote
reportError(const fl::string &message)fl::Remote
reportError(const fl::json &data)fl::Remote
RequestHandler typedeffl::Server
RequestSource typedeffl::Server
ResponseSink typedeffl::Server
RpcResult typedeffl::Remote
scheduleFunction(u32 timestamp, u32 receivedAt, const fl::json &jsonRpcRequest)fl::Remoteprotected
schema() constfl::Remoteinline
sendAsyncResponse(const char *method, const fl::json &result)fl::Remote
sendStreamFinal(const char *method, const fl::json &result)fl::Remote
sendStreamUpdate(const char *method, const fl::json &update)fl::Remote
Server() FL_NOEXCEPTfl::Server
Server(RequestSource source, ResponseSink sink)fl::Server
Server(const Server &) FL_NOEXCEPT=deletefl::Server
Server(Server &&) FL_NOEXCEPT=defaultfl::Server
setRequestHandler(RequestHandler handler)fl::Server
setRequestSource(RequestSource source)fl::Server
setResponseSink(ResponseSink sink)fl::Server
tick(u32 currentTimeMs)fl::Remote
unbind(const fl::string &name)fl::Remote
update(u32 currentTimeMs)fl::Remote
fl::Server::update()fl::Server
~Server() FL_NOEXCEPT=defaultfl::Servervirtual