Cafu Engine
NetDataT::MessageLength Struct Reference

Message length error. More...

#include "Network.hpp"

Inheritance diagram for NetDataT::MessageLength:

Public Member Functions

 MessageLength (unsigned long Wanted_, unsigned long Actual_)
 Constructor. More...
 

Public Attributes

unsigned long Wanted
 Bytes wanted to read. More...
 
unsigned long Actual
 Actually read bytes. More...
 

Detailed Description

Message length error.

Could not read as many bytes as requested.

Constructor & Destructor Documentation

NetDataT::MessageLength::MessageLength ( unsigned long  Wanted_,
unsigned long  Actual_ 
)
inline

Constructor.

Parameters
Wanted_Bytes wanted to read.
Actual_Actually read bytes.

Member Data Documentation

unsigned long NetDataT::MessageLength::Actual

Actually read bytes.

unsigned long NetDataT::MessageLength::Wanted

Bytes wanted to read.


The documentation for this struct was generated from the following file: