C# Class core.Server.RConn.Packet

Afficher le fichier Open project: Pure-Battlefield/gswat Class Usage Examples

Méthodes publiques

Méthode Description
Packet ( ) : System

Generates an empty packet.

Méthodes protégées

Méthode Description
Packet ( string command ) : System

Generates a packet given the specified command.

Method Details

Packet() public méthode

Generates an empty packet.
public Packet ( ) : System
Résultat System

Packet() protected méthode

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