C# Class Query, SAMP_AC_Extension

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

Méthodes publiques

Méthode Description
Query ( string IP, int port ) : System
Recieve ( ) : int
Send ( char opcode ) : bool
Store ( int count ) : string[]

Method Details

Query() public méthode

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

Recieve() public méthode

public Recieve ( ) : int
Résultat int

Send() public méthode

public Send ( char opcode ) : bool
opcode char
Résultat bool

Store() public méthode

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