Show / Hide Table of Contents

    Class MapPartialDescriptionPacket

    Class that represents a partial map description packet.

    Inheritance
    System.Object
    MapPartialDescriptionPacket
    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 MapPartialDescriptionPacket : IOutboundPacket

    Constructors

    | Improve this Doc View Source

    MapPartialDescriptionPacket(OutgoingPacketType, ReadOnlySequence<Byte>)

    Initializes a new instance of the MapPartialDescriptionPacket class.

    Declaration
    public MapPartialDescriptionPacket(OutgoingPacketType mapDescriptionType, ReadOnlySequence<byte> descriptionBytes)
    Parameters
    Type Name Description
    OutgoingPacketType mapDescriptionType

    The type of map description.

    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

    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.