FileChunkEvent

Engine/source/sim/netDownload.cpp

More...

Public Types

enum
_Anonymous_ {  ChunkSize = 63
}
Parent 

Public Attributes

chunkData [ChunkSize]

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