FileChunkEvent
Engine/source/sim/netDownload.cpp
Public Functions
FileChunkEvent(U8 * data, U32 len)
notifyDelivered(NetConnection * nc, bool madeIt)
pack(NetConnection * , BitStream * bstream)
process(NetConnection * connection)
unpack(NetConnection * , BitStream * bstream)
write(NetConnection * , BitStream * bstream)
Detailed Description
Public Types
@176
Enumerator
- ChunkSize = 63
typedef NetEvent Parent
Public Attributes
U8 chunkData [ChunkSize]
U32 chunkLen
Public Functions
FileChunkEvent(U8 * data, U32 len)
DECLARE_CONOBJECT(FileChunkEvent )
notifyDelivered(NetConnection * nc, bool madeIt)
Reimplemented from: NetEvent
pack(NetConnection * , BitStream * bstream)
Reimplemented from: NetEvent
process(NetConnection * connection)
Reimplemented from: NetEvent
unpack(NetConnection * , BitStream * bstream)
Reimplemented from: NetEvent
write(NetConnection * , BitStream * bstream)
Reimplemented from: NetEvent