Cronous Emulation Server Daemon

Packet.data Property

Gets the encoded data.

[Visual Basic]
Public Property ReadOnly data As Byte()
[C#]
public byte[] data { get; }
[C++]
public: __property char get_data() __gc[];
[JScript]
public function get data() : Byte[]

See Also

Packet Class | croemud.packet Namespace