Show / Hide Table of Contents

    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 Source

    WriteToMessage(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.

    Extension Methods

    ObjectExtensions.YieldSingleItem<T>(T)
    ObjectExtensions.GetPropertyValue(Object, String)
    Validate.ThrowIfNull(Object, String)
    • Improve this Doc
    • View Source
    Back to top Copyright © 2018-2020 | The Fibula Project
    Generated using DocFX | Jose L. Nuñez de Caceres et al.