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

◆ unbind()

bool fl::Remote::unbind ( const fl::string & name)

Unregister method by name.

Definition at line 20 of file remote.cpp.hpp.

20 {
21 bool removed = mRpc.unbind(name.c_str());
22 if (removed) {
23 FL_DBG("Unregistered RPC function: " << name);
24 }
25 return removed;
26}
fl::Rpc mRpc
Definition remote.h:206
const char * c_str() const FL_NOEXCEPT
#define FL_DBG
Definition log.h:388

References fl::basic_string::c_str(), FL_DBG, and mRpc.

+ Here is the call graph for this function: