Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
RPCServer Namespace Reference
Functions | |
void | OnStarted (std::function< void()> slot) |
void | OnStopped (std::function< void()> slot) |
Function Documentation
◆ OnStarted()
void RPCServer::OnStarted | ( | std::function< void()> | slot | ) |
Definition at line 44 of file server.cpp.
References g_rpcSignals, and CRPCSignals::Started.
Referenced by AppInitServers().
◆ OnStopped()
void RPCServer::OnStopped | ( | std::function< void()> | slot | ) |
Definition at line 49 of file server.cpp.
References g_rpcSignals, and CRPCSignals::Stopped.
Referenced by AppInitServers().