Shadowrun: Awakened 29 September 2011 - Build 871
Public Attributes
RakNet::Packet Struct Reference

This represents a user message from another system.

#include <RakNetTypes.h>

List of all members.

Public Attributes

BitSize_t bitSize
 The length of the data in bits.
unsigned char * data
 The data from the sender.
bool deleteData
RakNetGUID guid
unsigned int length
 The length of the data in bytes.
SystemAddress systemAddress
 The system that send this packet.
bool wasGeneratedLocally

Detailed Description

Definition at line 403 of file RakNetTypes.h.


Member Data Documentation

Definition at line 417 of file RakNetTypes.h.

unsigned char* RakNet::Packet::data

Definition at line 424 of file RakNetTypes.h.

A unique identifier for the system that sent this packet, regardless of IP address (internal / external / remote system) Only valid once a connection has been established (ID_CONNECTION_REQUEST_ACCEPTED, or ID_NEW_INCOMING_CONNECTION) Until that time, will be UNASSIGNED_RAKNET_GUID

Definition at line 411 of file RakNetTypes.h.

unsigned int RakNet::Packet::length

Definition at line 428 of file RakNetTypes.h.


The documentation for this struct was generated from the following file:

Copyright © 2007-2010 by The Shadowrun: Awakened Team. This work is licensed under the GNU Lesser General Public License 3.

GNU Lesser General Public License 3 Sourceforge.net