C# Class core.Server.RConn.Packet

Exibir arquivo Open project: Pure-Battlefield/gswat Class Usage Examples

Public Methods

Method Description
Packet ( ) : System

Generates an empty packet.

Protected Methods

Method Description
Packet ( string command ) : System

Generates a packet given the specified command.

Method Details

Packet() public method

Generates an empty packet.
public Packet ( ) : System
return System

Packet() protected method

Generates a packet given the specified command.
protected Packet ( string command ) : System
command string The string representation of the command.
return System