Show / Hide Table of Contents

Interface IQueueHandler

Interface that allows you to enqueue packets to be handled

Namespace: SlipeServer.Server.PacketHandling
Assembly: SlipeServer.Server.dll
Syntax
public interface IQueueHandler

Properties

| Edit this page View Source

SupportedPacketIds

Declaration
IEnumerable<PacketId> SupportedPacketIds { get; }
Property Value
Type Description
IEnumerable<PacketId>

Methods

| Edit this page View Source

EnqueuePacket(IClient, PacketId, byte[])

Declaration
void EnqueuePacket(IClient client, PacketId packetId, byte[] data)
Parameters
Type Name Description
IClient client
PacketId packetId
byte[] data
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX