Show / Hide Table of Contents

    Class HeartbeatResponsePacket

    Class that represents a heartbeat response packet routed to the game server.

    Inheritance
    System.Object
    HeartbeatResponsePacket
    Implements
    IIncomingPacket
    IActionWithoutContentInfo
    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.Incoming
    Assembly: Fibula.Communications.Packets.dll
    Syntax
    public sealed class HeartbeatResponsePacket : IIncomingPacket, IActionWithoutContentInfo

    Properties

    | Improve this Doc View Source

    Action

    Gets the action to do.

    Declaration
    public IncomingPacketType Action { get; }
    Property Value
    Type Description
    IncomingPacketType

    Implements

    IIncomingPacket
    IActionWithoutContentInfo

    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.