FastLED
3.9.15
Loading...
Searching...
No Matches
rpc_mode.h
Go to the documentation of this file.
1
#pragma once
2
3
namespace
fl
{
4
5
// =============================================================================
6
// RpcMode - Execution mode for RPC methods
7
// =============================================================================
8
9
enum class
RpcMode
{
10
SYNC
,
// Synchronous: Returns result immediately (default)
11
ASYNC
,
// Asynchronous: Sends ACK immediately, result comes later
12
ASYNC_STREAM
// Asynchronous Streaming: ACK + multiple updates + final result
13
};
14
15
}
// namespace fl
fl::RpcMode
RpcMode
Definition
rpc_mode.h:9
fl::RpcMode::SYNC
@ SYNC
Definition
rpc_mode.h:10
fl::RpcMode::ASYNC_STREAM
@ ASYNC_STREAM
Definition
rpc_mode.h:12
fl::RpcMode::ASYNC
@ ASYNC
Definition
rpc_mode.h:11
fl
Base definition for an LED controller.
Definition
crgb.hpp:179
fl
remote
rpc
rpc_mode.h
Generated on Tue Jun 16 2026 00:06:59 for FastLED by
1.13.2