C# Class OpenMetaverse.PacketEventDictionary.PacketCallbackWrapper

Object that is passed to worker threads in the ThreadPool for firing packet callbacks
Exibir arquivo 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_oe property

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

Packet public_oe property

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

Simulator public_oe property

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