Show / Hide Table of Contents

Class RpcPacketHandler

Inheritance
object
RpcPacketHandler
Implements
IPacketHandler<RpcPacket>
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: SlipeServer.Server.PacketHandling.Handlers.Rpc
Assembly: SlipeServer.Server.dll
Syntax
public class RpcPacketHandler : IPacketHandler<RpcPacket>

Constructors

| Edit this page View Source

RpcPacketHandler(ILogger, MtaServer, RootElement, IElementCollection, Configuration)

Declaration
public RpcPacketHandler(ILogger logger, MtaServer server, RootElement root, IElementCollection elementCollection, Configuration configuration)
Parameters
Type Name Description
ILogger logger
MtaServer server
RootElement root
IElementCollection elementCollection
Configuration configuration

Properties

| Edit this page View Source

PacketId

Declaration
public PacketId PacketId { get; }
Property Value
Type Description
PacketId

Methods

| Edit this page View Source

HandlePacket(IClient, RpcPacket)

Declaration
public void HandlePacket(IClient client, RpcPacket packet)
Parameters
Type Name Description
IClient client
RpcPacket packet

Implements

IPacketHandler<T>
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX