RPC interface¶
#include <simpleRPC.h>
See the Usage section for a full description of the RPC interface.
Functions¶
- template <class… Args>
-
void
interface(Stream &io, Args... args)¶ RPC interface.
The
argsparameter pack is a list of pairs (function pointer, documentation). The documentation string can be of typechar const*, or the PROGMEMF()macro can be used to reduce memory footprint.- Parameters
io-Input / output object.
args-Parameter pairs (function pointer, documentation).