Class MapPartialDescriptionPacket
Class that represents a partial map description packet.
Inheritance
System.Object
MapPartialDescriptionPacket
Implements
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 SourceMapPartialDescriptionPacket(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 SourceDescriptionBytes
Gets the description bytes.
Declaration
public ReadOnlySequence<byte> DescriptionBytes { get; }
Property Value
Type | Description |
---|---|
System.Buffers.ReadOnlySequence<System.Byte> |
PacketType
Gets the type of this packet.
Declaration
public OutgoingPacketType PacketType { get; }
Property Value
Type | Description |
---|---|
OutgoingPacketType |