This represents a user message from another system. More...
#include <RakNetTypes.h>
Public Attributes | |
SystemAddress | systemAddress |
Server only - this is the index into the player array that this systemAddress maps to. | |
RakNetGUID | guid |
unsigned int | length |
The length of the data in bytes. | |
BitSize_t | bitSize |
The length of the data in bits. | |
unsigned char * | data |
The data from the sender. | |
bool | deleteData |
This represents a user message from another system.
Definition at line 285 of file RakNetTypes.h.
The length of the data in bits.
Definition at line 303 of file RakNetTypes.h.
unsigned char* Packet::data |
The data from the sender.
Definition at line 306 of file RakNetTypes.h.
bool Packet::deleteData |
Definition at line 310 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 297 of file RakNetTypes.h.
unsigned int Packet::length |
The length of the data in bytes.
Definition at line 300 of file RakNetTypes.h.
Server only - this is the index into the player array that this systemAddress maps to.
The system that send this packet.
Definition at line 292 of file RakNetTypes.h.