Cronous Emulation Server Daemon

Packet Methods

The methods of the Packet class are listed below. For a complete list of Packet class members, see the Packet Members topic.

Public Instance Methods

accept Accepts a visitor.
add_incoming_data Adds data, for incoming packets.
create Creates the packet, initializes data. By default, just sets the packet id.
decode Decodes data.
encodeOverloaded. Encodes an byte.
Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object) Gets the Type of the current instance.
init Packet initialization.
required_size Checks the packet and updates the packet size.
ToString Gets a string representation of the packet.

Protected Instance Methods

Finalize (inherited from Object) Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

See Also

Packet Class | croemud.packet Namespace