![]() |
Dash Core
0.12.2.1
P2P Digital Currency
|
#include <net.h>
Public Member Functions | |
CNetMessage (const CMessageHeader::MessageStartChars &pchMessageStartIn, int nTypeIn, int nVersionIn) | |
bool | complete () const |
void | SetVersion (int nVersionIn) |
int | readHeader (const char *pch, unsigned int nBytes) |
int | readData (const char *pch, unsigned int nBytes) |
Public Attributes | |
bool | in_data |
CDataStream | hdrbuf |
CMessageHeader | hdr |
unsigned int | nHdrPos |
CDataStream | vRecv |
unsigned int | nDataPos |
int64_t | nTime |
|
inline |
int CNetMessage::readData | ( | const char * | pch, |
unsigned int | nBytes | ||
) |
int CNetMessage::readHeader | ( | const char * | pch, |
unsigned int | nBytes | ||
) |
CMessageHeader CNetMessage::hdr |
Definition at line 626 of file net.h.
Referenced by complete(), readData(), and readHeader().
CDataStream CNetMessage::hdrbuf |
Definition at line 625 of file net.h.
Referenced by CNetMessage(), readHeader(), and SetVersion().
bool CNetMessage::in_data |
Definition at line 623 of file net.h.
Referenced by CNetMessage(), complete(), and readHeader().
unsigned int CNetMessage::nDataPos |
Definition at line 630 of file net.h.
Referenced by CNetMessage(), complete(), and readData().
unsigned int CNetMessage::nHdrPos |
Definition at line 627 of file net.h.
Referenced by CNetMessage(), and readHeader().
int64_t CNetMessage::nTime |
Definition at line 632 of file net.h.
Referenced by CNetMessage().
CDataStream CNetMessage::vRecv |
Definition at line 629 of file net.h.
Referenced by readData(), and SetVersion().