Message length error. More...
#include "Network.hpp"

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... | |
Message length error.
Could not read as many bytes as requested.
|
inline |
Constructor.
| Wanted_ | Bytes wanted to read. |
| Actual_ | Actually read bytes. |
| unsigned long NetDataT::MessageLength::Actual |
Actually read bytes.
| unsigned long NetDataT::MessageLength::Wanted |
Bytes wanted to read.