Cronous Emulation Server Daemon

Packet Constructor 

Initializes a packet.

[Visual Basic]
Public Sub New( _ 
   ByVal size As Integer _ 
)
[C#]
public Packet(
   int size
);
[C++]
public: Packet(
   int size
);
[JScript]
public function Packet(
   int size
);

Parameters

size
Initial size of packet

See Also

Packet Class | croemud.packet Namespace