[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:
OpenMetaverseAssembly: 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 |
| Member | Description | |
|---|---|---|
| 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 |
