C# Class OpenMetaverse.NetworkManager.IncomingPacket

Holds a simulator reference and a decoded packet, these structs are put in the packet inbox for event handling
Show file Open project: 3di/3di-viewer-rei-libs

Public Properties

Property Type Description
Packet OpenMetaverse.Packets.Packet
Simulator Simulator

Public Methods

Method Description
IncomingPacket ( Simulator simulator, Packet packet ) : System

Method Details

IncomingPacket() public method

public IncomingPacket ( Simulator simulator, Packet packet ) : System
simulator Simulator
packet OpenMetaverse.Packets.Packet
return System

Property Details

Packet public property

Packet that needs to be processed
public Packet,OpenMetaverse.Packets Packet
return OpenMetaverse.Packets.Packet

Simulator public property

Reference to the simulator that this packet came from
public Simulator,OpenMetaverse Simulator
return Simulator