[This is preliminary documentation and is subject to change.]

Holds a simulator reference and a decoded packet, these structs are put in the packet inbox for event handling

Namespace:  OpenMetaverse
Assembly:  OpenMetaverse (in OpenMetaverse.dll) Version: 1.0.0.20057

Syntax

         
 C#  Visual Basic  Visual C++ 
public struct IncomingPacket
Public Structure IncomingPacket
public value class IncomingPacket

Members

         
 All Members  Constructors   Fields  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
NetworkManager..::.IncomingPacket(Simulator, Packet)
Initializes a new instance of the NetworkManager..::.IncomingPacket class
Packet
Packet that needs to be processed
Simulator
Reference to the simulator that this packet came from

See Also