Cronous Emulation Server Daemon

OutgoingPacketEvent Constructor (Byte[])

[Visual Basic]
Public Sub New( _ 
   ByVal data As Byte() _ 
)
[C#]
public OutgoingPacketEvent(
   byte[] data
);
[C++]
public: OutgoingPacketEvent(
   char data __gc[]
);
[JScript]
public function OutgoingPacketEvent(
   Byte[] data
);

See Also

OutgoingPacketEvent Class | croemud.log Namespace | OutgoingPacketEvent Constructor Overload List