PIVX Core  5.6.99
P2P Digital Currency
Functions
RPCServer Namespace Reference

Functions

void OnStarted (std::function< void()> slot)
 
void OnStopped (std::function< void()> slot)
 
void OnPreCommand (std::function< void(const CRPCCommand &)> slot)
 

Function Documentation

◆ OnPreCommand()

void RPCServer::OnPreCommand ( std::function< void(const CRPCCommand &)>  slot)

Definition at line 58 of file server.cpp.

Here is the caller graph for this function:

◆ OnStarted()

void RPCServer::OnStarted ( std::function< void()>  slot)

Definition at line 48 of file server.cpp.

Here is the caller graph for this function:

◆ OnStopped()

void RPCServer::OnStopped ( std::function< void()>  slot)

Definition at line 53 of file server.cpp.

Here is the caller graph for this function: