Class InConnection
- Namespace
- Coherence.Core
- Assembly
- Coherence.Core.dll
public class InConnection
- Inheritance
-
InConnection
Constructors
InConnection(ISchemaSpecificComponentDeserialize, IComponentInfo, Logger, Stats)
public InConnection(ISchemaSpecificComponentDeserialize cds, IComponentInfo definition, Logger logger, Stats stats)
Parameters
cds
ISchemaSpecificComponentDeserialize
definition
IComponentInfo
logger
Logger
stats
Stats
Methods
ProcessIncomingPacket(IInOctetStream, AbsoluteSimulationFrame)
public void ProcessIncomingPacket(IInOctetStream octetStream, AbsoluteSimulationFrame serverSimulationFrame)
Parameters
octetStream
IInOctetStream
serverSimulationFrame
AbsoluteSimulationFrame
Events
OnCommand
public event Action<IEntityCommand, MessageTarget, SerializeEntityID> OnCommand
Event Type
- Action<IEntityCommand, MessageTarget, SerializeEntityID>
OnEntityUpdate
public event Action<List<EntityUpdate>> OnEntityUpdate
Event Type
- Action<List<EntityUpdate>>
public event Action<IEntityInput, long, SerializeEntityID> OnInput
Event Type
- Action<IEntityInput, long, SerializeEntityID>
OnServerSimulationFrameReceived
public event Action<AbsoluteSimulationFrame> OnServerSimulationFrameReceived
Event Type
- Action<AbsoluteSimulationFrame>