|
OWLNext 6.32
|
#include <serialze.h>
Public Member Functions | |
| virtual void | DataReceived (uint32 length, void *data) |
Protected Member Functions | |
| TResult | BlockReceived (TParam1, TParam2) |
Mix-in class that automatically puts together the block of data sent by TSerializer.
Automatically puts the data blocks back together.
References owl::TSerializer::Begin, owl::TSerializer::Data1, owl::TSerializer::Data2, owl::TSerializer::Data3, owl::TSerializer::Data4, DataReceived(), and owl::TSerializer::End.
| void owl::TSerializeReceiver::DataReceived | ( | uint32 | length, |
| void * | data | ||
| ) | [virtual] |
This virtual function will be called whenever the data has been reconstructed.
1.7.4