C# Class RCONQuery, SAMP_AC_Extension

Mostra file Open project: Whitetigerswt/SAMP_AC_Extension Class Usage Examples

Public Methods

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

Method Details

RCONQuery() public method

public RCONQuery ( string IP, int port, string password ) : System
IP string
port int
password string
return System

Recieve() public method

public Recieve ( ) : int
return int

Send() public method

public Send ( string command ) : bool
command string
return bool

Store() public method

public Store ( int count ) : string[]
count int
return string[]