Cronous Emulation Server Daemon

Packet.size Property

Gets the packet size. Sets a variable size packet's size.

[Visual Basic]
Overridable Public Property size As Integer
[C#]
public virtual int size { get; set; }
[C++]
public: virtual __property int get_size();
public: virtual __property void set_size(int );
[JScript]
public virtual function get size() : int
public virtual function set size(int);

See Also

Packet Class | croemud.packet Namespace