ClanSoft logo
ClanSoft logo

    CL_NetMessage::CL_NetMessage

Syntax

CL_NetMessage(
        void *data,
        int size);

Parameters

data-Pointer to the data to be contained by the message.
size-Size of the data.

Description

Constructs a Net message using the data given. Please notice that it doesn't duplicate the data, but only points its data pointer to the data given.


Back to index



This page was built using the Perceps documentation system.