C# Class OpenMetaverse.PacketEventDictionary.PacketCallbackWrapper

Object that is passed to worker threads in the ThreadPool for firing packet callbacks
Show file Open project: 3di/3di-viewer-rei-libs

Public Properties

Property Type Description
Callback NetworkManager.PacketCallback
Packet OpenMetaverse.Packets.Packet
Simulator Simulator

Property Details

Callback public property

Callback to fire for this packet
public NetworkManager.PacketCallback Callback
return NetworkManager.PacketCallback

Packet public property

The 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