BSHA3  0.17.99
P2P Blockchain, based on Bitcoin
Public Member Functions | Public Attributes | Private Attributes | List of all members
CNetMessage Class Reference

#include <net.h>

Collaboration diagram for CNetMessage:
[legend]

Public Member Functions

 CNetMessage (const CMessageHeader::MessageStartChars &pchMessageStartIn, int nTypeIn, int nVersionIn)
 
bool complete () const
 
const uint256GetMessageHash () 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
 

Private Attributes

CHash3 hasher
 
uint256 data_hash
 

Detailed Description

Definition at line 581 of file net.h.

Constructor & Destructor Documentation

◆ CNetMessage()

CNetMessage::CNetMessage ( const CMessageHeader::MessageStartChars pchMessageStartIn,
int  nTypeIn,
int  nVersionIn 
)
inline

Definition at line 597 of file net.h.

Here is the call graph for this function:

Member Function Documentation

◆ complete()

bool CNetMessage::complete ( ) const
inline

Definition at line 605 of file net.h.

Here is the caller graph for this function:

◆ GetMessageHash()

const uint256 & CNetMessage::GetMessageHash ( ) const

Definition at line 871 of file net.cpp.

Here is the call graph for this function:

◆ readData()

int CNetMessage::readData ( const char *  pch,
unsigned int  nBytes 
)

Definition at line 854 of file net.cpp.

Here is the call graph for this function:

◆ readHeader()

int CNetMessage::readHeader ( const char *  pch,
unsigned int  nBytes 
)

Definition at line 823 of file net.cpp.

Here is the call graph for this function:

◆ SetVersion()

void CNetMessage::SetVersion ( int  nVersionIn)
inline

Definition at line 614 of file net.h.

Here is the call graph for this function:

Member Data Documentation

◆ data_hash

uint256 CNetMessage::data_hash
mutableprivate

Definition at line 584 of file net.h.

◆ hasher

CHash3 CNetMessage::hasher
mutableprivate

Definition at line 583 of file net.h.

◆ hdr

CMessageHeader CNetMessage::hdr

Definition at line 589 of file net.h.

◆ hdrbuf

CDataStream CNetMessage::hdrbuf

Definition at line 588 of file net.h.

◆ in_data

bool CNetMessage::in_data

Definition at line 586 of file net.h.

◆ nDataPos

unsigned int CNetMessage::nDataPos

Definition at line 593 of file net.h.

◆ nHdrPos

unsigned int CNetMessage::nHdrPos

Definition at line 590 of file net.h.

◆ nTime

int64_t CNetMessage::nTime

Definition at line 595 of file net.h.

◆ vRecv

CDataStream CNetMessage::vRecv

Definition at line 592 of file net.h.


The documentation for this class was generated from the following files: