OpenSim
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Public Member Functions | Public Attributes | List of all members
OpenSim.Tests.Common.ChunkSenderTuple Class Reference

Record the data and sender tuple More...

Public Member Functions

 ChunkSenderTuple (byte[] data, EndPoint sender)
 
 ChunkSenderTuple (EndPoint sender)
 

Public Attributes

byte[] Data
 
EndPoint Sender
 
bool BeginReceiveException
 

Detailed Description

Record the data and sender tuple

Definition at line 154 of file TestLLUDPServer.cs.

Constructor & Destructor Documentation

OpenSim.Tests.Common.ChunkSenderTuple.ChunkSenderTuple ( byte[]  data,
EndPoint  sender 
)
inline

Definition at line 160 of file TestLLUDPServer.cs.

OpenSim.Tests.Common.ChunkSenderTuple.ChunkSenderTuple ( EndPoint  sender)
inline

Definition at line 166 of file TestLLUDPServer.cs.

Member Data Documentation

bool OpenSim.Tests.Common.ChunkSenderTuple.BeginReceiveException

Definition at line 158 of file TestLLUDPServer.cs.

byte [] OpenSim.Tests.Common.ChunkSenderTuple.Data

Definition at line 156 of file TestLLUDPServer.cs.

EndPoint OpenSim.Tests.Common.ChunkSenderTuple.Sender

Definition at line 157 of file TestLLUDPServer.cs.


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