Fabcoin Core  0.16.2
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::CSerializedNetMsg ( )
default
CSerializedNetMsg::CSerializedNetMsg ( CSerializedNetMsg &&  )
default
CSerializedNetMsg::CSerializedNetMsg ( const CSerializedNetMsg msg)
delete

Member Function Documentation

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

Member Data Documentation

std::string CSerializedNetMsg::command

Definition at line 116 of file net.h.

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: