Feathercoin  0.5.0
P2P Digital Currency
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros
Public Member Functions | Public Attributes | List of all members
CNetMessage Class Reference

#include <net.h>

Collaboration diagram for CNetMessage:
Collaboration graph
[legend]

Public Member Functions

 CNetMessage (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
 

Detailed Description

Definition at line 114 of file net.h.

Constructor & Destructor Documentation

CNetMessage::CNetMessage ( int  nTypeIn,
int  nVersionIn 
)
inline

Definition at line 125 of file net.h.

Member Function Documentation

bool CNetMessage::complete ( ) const
inline

Definition at line 132 of file net.h.

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

Definition at line 687 of file net.cpp.

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

Definition at line 655 of file net.cpp.

void CNetMessage::SetVersion ( int  nVersionIn)
inline

Definition at line 139 of file net.h.

Member Data Documentation

CMessageHeader CNetMessage::hdr

Definition at line 119 of file net.h.

CDataStream CNetMessage::hdrbuf

Definition at line 118 of file net.h.

bool CNetMessage::in_data

Definition at line 116 of file net.h.

unsigned int CNetMessage::nDataPos

Definition at line 123 of file net.h.

unsigned int CNetMessage::nHdrPos

Definition at line 120 of file net.h.

CDataStream CNetMessage::vRecv

Definition at line 122 of file net.h.


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