Show / Hide Table of Contents

    Interface IOutboundPacket

    Interface for all outbound packets.

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

    Properties

    | Improve this Doc View Source

    PacketType

    Gets the type of this packet.

    Declaration
    OutgoingPacketType PacketType { get; }
    Property Value
    Type Description
    OutgoingPacketType

    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.