Show / Hide Table of Contents

    Class MapDescriptionPacket

    Class that represents a map description packet.

    Inheritance
    System.Object
    MapDescriptionPacket
    Implements
    IOutboundPacket
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Fibula.Communications.Packets.Outgoing
    Assembly: Fibula.Communications.Packets.dll
    Syntax
    public class MapDescriptionPacket : IOutboundPacket

    Constructors

    | Improve this Doc View Source

    MapDescriptionPacket(Location, ReadOnlySequence<Byte>)

    Initializes a new instance of the MapDescriptionPacket class.

    Declaration
    public MapDescriptionPacket(Location origin, ReadOnlySequence<byte> descriptionBytes)
    Parameters
    Type Name Description
    Location origin

    The origin location.

    System.Buffers.ReadOnlySequence<System.Byte> descriptionBytes

    The description bytes.

    Properties

    | Improve this Doc View Source

    DescriptionBytes

    Gets the description bytes.

    Declaration
    public ReadOnlySequence<byte> DescriptionBytes { get; }
    Property Value
    Type Description
    System.Buffers.ReadOnlySequence<System.Byte>
    | Improve this Doc View Source

    Origin

    Gets the origin location.

    Declaration
    public Location Origin { get; }
    Property Value
    Type Description
    Location
    | Improve this Doc View Source

    PacketType

    Gets the type of this packet.

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

    Implements

    IOutboundPacket

    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.