|
Stepdance Software Library
|
This is the complete list of members for RPC, including all inherited members.
| begin() | RPC | |
| begin(Stream *target_stream) | RPC | |
| begin(usb_serial_class *target_usb_serial) | RPC | |
| begin(HardwareSerialIMXRT *target_serial, uint32_t baud, uint16_t format=0) | RPC | |
| call_and_respond(void(*func)(Args...), JsonArray args, std::index_sequence< I... >) (defined in RPC) | RPC | inline |
| call_and_respond(Obj &instance, void(Obj::*method)(Args...), JsonArray args, std::index_sequence< I... >) (defined in RPC) | RPC | inline |
| call_and_respond(Ret(*func)(Args...), JsonArray args, std::index_sequence< I... >) (defined in RPC) | RPC | inline |
| call_and_respond(Obj &instance, Ret(Obj::*method)(Args...), JsonArray args, std::index_sequence< I... >) (defined in RPC) | RPC | inline |
| enroll(const String &name, Ret(*func)(Args...)) (defined in RPC) | RPC | inline |
| enroll(const String &instance_name, const String &name, Obj &instance, Ret(Obj::*method)(Args...)) (defined in RPC) | RPC | inline |
| enroll(const String &name, Plugin &instance) (defined in RPC) | RPC | inline |
| enroll(const String &name, T ¶meter) (defined in RPC) | RPC | inline |
| loop() (defined in RPC) | RPC | protected |
| RPC() (defined in RPC) | RPC |