Raven Core  3.0.0
P2P Digital Currency
Public Member Functions | Public Attributes | List of all members
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 106 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 116 of file net.h.

◆ data

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

Definition at line 115 of file net.h.


The documentation for this struct was generated from the following file: