C# Class RCONQuery, SAMP_AC_Extension

Afficher le fichier Open project: Whitetigerswt/SAMP_AC_Extension Class Usage Examples

Méthodes publiques

Méthode Description
RCONQuery ( string IP, int port, string password ) : System
Recieve ( ) : int
Send ( string command ) : bool
Store ( int count ) : string[]

Method Details

RCONQuery() public méthode

public RCONQuery ( string IP, int port, string password ) : System
IP string
port int
password string
Résultat System

Recieve() public méthode

public Recieve ( ) : int
Résultat int

Send() public méthode

public Send ( string command ) : bool
command string
Résultat bool

Store() public méthode

public Store ( int count ) : string[]
count int
Résultat string[]