ClanSoft logo
ClanSoft logo

    CL_NetDataObject::serialize_load

Syntax

virtual void serialize_load(
        CL_InputSource *input,
        int pos,
        int length);

Description

Reads the object starting at position pos and with a length length.

If pos==0 and size!=0, then the first packet is to be read. If pos!=0 and size==0, then the receiving of the object is complete.


Back to index



This page was built using the Perceps documentation system.