Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

CRPCSignals Struct Reference

Public Attributes

boost::signals2::signal< void()> Started
 
boost::signals2::signal< void()> Stopped
 
boost::signals2::signal< void(const CRPCCommand &)> PreCommand
 

Detailed Description

Definition at line 37 of file server.cpp.

Member Data Documentation

◆ PreCommand

boost::signals2::signal<void (const CRPCCommand&)> CRPCSignals::PreCommand

Definition at line 41 of file server.cpp.

Referenced by CRPCTable::execute().

◆ Started

boost::signals2::signal<void ()> CRPCSignals::Started

Definition at line 39 of file server.cpp.

Referenced by RPCServer::OnStarted(), and StartRPC().

◆ Stopped

boost::signals2::signal<void ()> CRPCSignals::Stopped

Definition at line 40 of file server.cpp.

Referenced by RPCServer::OnStopped(), and StopRPC().


The documentation for this struct was generated from the following file:
Released under the MIT license