Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

CSerializedNetMsg Struct Reference

#include <net.h>

Public Member Functions

 CSerializedNetMsg ()=default
 
 CSerializedNetMsg (CSerializedNetMsg &&)=default
 
CSerializedNetMsgoperator= (CSerializedNetMsg &&)=default
 
 CSerializedNetMsg (const CSerializedNetMsg &msg)=delete
 
CSerializedNetMsgoperator= (const CSerializedNetMsg &)=delete
 

Public Attributes

std::vector< unsigned char > data
 
std::string command
 

Detailed Description

Definition at line 122 of file net.h.

Constructor & Destructor Documentation

◆ CSerializedNetMsg() [1/3]

CSerializedNetMsg::CSerializedNetMsg ( )
default

◆ CSerializedNetMsg() [2/3]

CSerializedNetMsg::CSerializedNetMsg ( CSerializedNetMsg &&  )
default

◆ CSerializedNetMsg() [3/3]

CSerializedNetMsg::CSerializedNetMsg ( const CSerializedNetMsg msg)
delete

Member Function Documentation

◆ operator=() [1/2]

CSerializedNetMsg& CSerializedNetMsg::operator= ( CSerializedNetMsg &&  )
default

◆ operator=() [2/2]

CSerializedNetMsg& CSerializedNetMsg::operator= ( const CSerializedNetMsg )
delete

Member Data Documentation

◆ command

std::string CSerializedNetMsg::command

Definition at line 132 of file net.h.

Referenced by CNetMsgMaker::Make().

◆ data

std::vector<unsigned char> CSerializedNetMsg::data

Definition at line 131 of file net.h.

Referenced by CNetMsgMaker::Make().


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