OpenSim
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Public Member Functions | Public Attributes | List of all members
OpenSim.Region.ClientStack.LindenUDP.IncomingPacket Class Reference

Holds a reference to a

See Also
LLUDPClient, Packet

and a for incoming packets More...

Collaboration diagram for OpenSim.Region.ClientStack.LindenUDP.IncomingPacket:
Collaboration graph
[legend]

Public Member Functions

 IncomingPacket ()
 No arg constructor. More...
 
 IncomingPacket (LLClientView client, Packet packet)
 Constructor More...
 

Public Attributes

LLClientView Client
 Client this packet came from More...
 
Packet Packet
 Packet data that has been received More...
 

Detailed Description

Holds a reference to a

See Also
LLUDPClient, Packet

and a for incoming packets

Definition at line 39 of file IncomingPacket.cs.

Constructor & Destructor Documentation

OpenSim.Region.ClientStack.LindenUDP.IncomingPacket.IncomingPacket ( )
inline

No arg constructor.

Definition at line 50 of file IncomingPacket.cs.

OpenSim.Region.ClientStack.LindenUDP.IncomingPacket.IncomingPacket ( LLClientView  client,
Packet  packet 
)
inline

Constructor

Parameters
clientReference to the client this packet came from
packetPacket data

Definition at line 57 of file IncomingPacket.cs.

Member Data Documentation

LLClientView OpenSim.Region.ClientStack.LindenUDP.IncomingPacket.Client

Client this packet came from

Definition at line 42 of file IncomingPacket.cs.

Packet OpenSim.Region.ClientStack.LindenUDP.IncomingPacket.Packet

Packet data that has been received

Definition at line 45 of file IncomingPacket.cs.


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