Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

CPrivateSendStatusUpdate Class Reference

#include <privatesend.h>

Public Member Functions

 CPrivateSendStatusUpdate ()
 
 CPrivateSendStatusUpdate (int nSessionID, PoolState nState, int nEntriesCount, PoolStatusUpdate nStatusUpdate, PoolMessage nMessageID)
 
template<typename Stream , typename Operation >
void SerializationOp (Stream &s, Operation ser_action)
 

Public Attributes

int nSessionID
 
PoolState nState
 
int nEntriesCount
 
PoolStatusUpdate nStatusUpdate
 
PoolMessage nMessageID
 
 ADD_SERIALIZE_METHODS
 

Detailed Description

Definition at line 81 of file privatesend.h.

Constructor & Destructor Documentation

◆ CPrivateSendStatusUpdate() [1/2]

CPrivateSendStatusUpdate::CPrivateSendStatusUpdate ( )
inline

Definition at line 90 of file privatesend.h.

◆ CPrivateSendStatusUpdate() [2/2]

CPrivateSendStatusUpdate::CPrivateSendStatusUpdate ( int  nSessionID,
PoolState  nState,
int  nEntriesCount,
PoolStatusUpdate  nStatusUpdate,
PoolMessage  nMessageID 
)
inline

Definition at line 97 of file privatesend.h.

Member Function Documentation

◆ SerializationOp()

template<typename Stream , typename Operation >
void CPrivateSendStatusUpdate::SerializationOp ( Stream &  s,
Operation  ser_action 
)
inline

Definition at line 107 of file privatesend.h.

References nEntriesCount, nMessageID, nSessionID, nState, nStatusUpdate, and READWRITE.

Member Data Documentation

◆ ADD_SERIALIZE_METHODS

CPrivateSendStatusUpdate::ADD_SERIALIZE_METHODS

Definition at line 102 of file privatesend.h.

◆ nEntriesCount

int CPrivateSendStatusUpdate::nEntriesCount

Definition at line 86 of file privatesend.h.

Referenced by SerializationOp().

◆ nMessageID

PoolMessage CPrivateSendStatusUpdate::nMessageID

◆ nSessionID

int CPrivateSendStatusUpdate::nSessionID

◆ nState

PoolState CPrivateSendStatusUpdate::nState

◆ nStatusUpdate

PoolStatusUpdate CPrivateSendStatusUpdate::nStatusUpdate

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