OWLNext 6.32
Public Member Functions | Protected Member Functions
owl::TSerializeReceiver Class Reference

#include <serialze.h>

Inheritance diagram for owl::TSerializeReceiver:
owl::TEventHandler

List of all members.

Public Member Functions

virtual void DataReceived (uint32 length, void *data)

Protected Member Functions

TResult BlockReceived (TParam1, TParam2)

Detailed Description

Mix-in class that automatically puts together the block of data sent by TSerializer.


Member Function Documentation

TResult owl::TSerializeReceiver::BlockReceived ( TParam1  param1,
TParam2  param2 
) [protected]
void owl::TSerializeReceiver::DataReceived ( uint32  length,
void *  data 
) [virtual]

This virtual function will be called whenever the data has been reconstructed.

Note:
Derived classes should override this function to copy the data because it will be deleted when this function returns.

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