Class VoiceDataPacketHandler
Implements
Inherited Members
Namespace: SlipeServer.Server.PacketHandling.Handlers.Voice
Assembly: SlipeServer.Server.dll
Syntax
public class VoiceDataPacketHandler : IPacketHandler<VoiceDataPacket>
Properties
| Edit this page View SourcePacketId
Declaration
public PacketId PacketId { get; }
Property Value
| Type | Description |
|---|---|
| PacketId |
Methods
| Edit this page View SourceHandlePacket(IClient, VoiceDataPacket)
Declaration
public void HandlePacket(IClient client, VoiceDataPacket packet)
Parameters
| Type | Name | Description |
|---|---|---|
| IClient | client | |
| VoiceDataPacket | packet |