Show / Hide Table of Contents

    Interface IPacketReader

    Interface for packet readers.

    Namespace: Fibula.Communications.Contracts.Abstractions
    Assembly: Fibula.Communications.Contracts.dll
    Syntax
    public interface IPacketReader

    Methods

    | Improve this Doc View Source

    ReadFromMessage(INetworkMessage)

    Reads a packet from the given INetworkMessage.

    Declaration
    IIncomingPacket ReadFromMessage(INetworkMessage message)
    Parameters
    Type Name Description
    INetworkMessage message

    The message to read from.

    Returns
    Type Description
    IIncomingPacket

    The packet read from the message.

    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.