Show / Hide Table of Contents

Class SyncPacketFactory

Inheritance
object
SyncPacketFactory
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.Factories
Assembly: SlipeServer.Server.dll
Syntax
public static class SyncPacketFactory

Methods

| Edit this page View Source

CreateSyncIntervalPacket(Configuration)

Declaration
public static SetSyncIntervalPacket CreateSyncIntervalPacket(Configuration configuration)
Parameters
Type Name Description
Configuration configuration
Returns
Type Description
SetSyncIntervalPacket
| Edit this page View Source

CreateSyncSettingsPacket(Configuration)

Declaration
public static SetSyncSettingsPacket CreateSyncSettingsPacket(Configuration configuration)
Parameters
Type Name Description
Configuration configuration
Returns
Type Description
SetSyncSettingsPacket
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX