Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
•All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
CSerializedNetMsg Struct Reference
#include <net.h>
Public Member Functions | |
CSerializedNetMsg ()=default | |
CSerializedNetMsg (CSerializedNetMsg &&)=default | |
CSerializedNetMsg & | operator= (CSerializedNetMsg &&)=default |
CSerializedNetMsg (const CSerializedNetMsg &msg)=delete | |
CSerializedNetMsg & | operator= (const CSerializedNetMsg &)=delete |
Public Attributes | |
std::vector< unsigned char > | data |
std::string | command |
Detailed Description
Constructor & Destructor Documentation
◆ CSerializedNetMsg() [1/3]
|
default |
◆ CSerializedNetMsg() [2/3]
|
default |
◆ CSerializedNetMsg() [3/3]
|
delete |
Member Function Documentation
◆ operator=() [1/2]
|
default |
◆ operator=() [2/2]
|
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:
- src/net.h