FastLED 3.9.15
Loading...
Searching...
No Matches

◆ get()

template<class Sig>
fl::BindResult< Sig > fl::Remote::get ( const char * name) const
inline

Get bound method by name for direct C++ invocation.

Definition at line 106 of file remote.h.

106 {
107 return mRpc.get<Sig>(name);
108 }
fl::Rpc mRpc
Definition remote.h:206

References mRpc.