Interface IPacketWriter
Interface for packet writers.
Namespace: Fibula.Communications.Contracts.Abstractions
Assembly: Fibula.Communications.Contracts.dll
Syntax
public interface IPacketWriter
Methods
| Improve this Doc View SourceWriteToMessage(IOutboundPacket, ref INetworkMessage)
Writes a packet to the given INetworkMessage.
Declaration
void WriteToMessage(IOutboundPacket packet, ref INetworkMessage message)
Parameters
Type | Name | Description |
---|---|---|
IOutboundPacket | packet | The packet to write. |
INetworkMessage | message | The message to write into. |