Cronous Emulation Server Daemon

ClientPacketFactory Class

Client packet factory (singleton).

For a list of all members of this type, see ClientPacketFactory Members.

System.Object
   croemud.packet.PacketFactory
      croemud.packet.ClientPacketFactory

[Visual Basic]
NotInheritable Public Class ClientPacketFactory
    Inherits PacketFactory
[C#]
public sealed class ClientPacketFactory : PacketFactory
[C++]
public __gc __sealed class ClientPacketFactory : public PacketFactory
[JScript]
public  class ClientPacketFactory extends PacketFactory

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: croemud.packet

Assembly: croemud (in croemud.dll)

See Also

ClientPacketFactory Members | croemud.packet Namespace