3rd Eye Scene C#
3rd Eye Scene C# documentation
Tes::Net::DataMessage Struct Reference

Defines an object data message. More...

List of all members.

Public Member Functions

bool Read (BinaryReader reader)
 Read the message from the given reader .
bool Write (BinaryWriter writer)
 Write this message to a BinaryWriter.
bool Write (PacketBuffer packet)
 Write this message to packet .

Public Attributes

uint ObjectID
 ID of the object to which the data belong.

Properties

static ushort MessageID [get]
 ObjectMessageID for this message.
static int Size [get]
 Returns type byte size this structure.

Detailed Description

Defines an object data message.

This is for complex shapes to send additional creation data piecewise. Not supported for transient shapes.

This is the message header and the payload follows.


Member Function Documentation

bool Tes::Net::DataMessage::Read ( BinaryReader  reader) [inline]

Read the message from the given reader .

Parameters:
readerThe reader to read from.
Returns:
True
bool Tes::Net::DataMessage::Write ( PacketBuffer  packet) [inline]

Write this message to packet .

Parameters:
packetThe packet to write to.
Returns:
True
bool Tes::Net::DataMessage::Write ( BinaryWriter  writer) [inline]

Write this message to a BinaryWriter.

Parameters:
writerThe packet to write to.
Returns:
True

Property Documentation

int Tes::Net::DataMessage::Size [static, get]

Returns type byte size this structure.

The byte size of this structure type.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Functions Variables Enumerations Properties Events