C# 클래스 RCONQuery, SAMP_AC_Extension

파일 보기 프로젝트 열기: Whitetigerswt/SAMP_AC_Extension 1 사용 예제들

공개 메소드들

메소드 설명
RCONQuery ( string IP, int port, string password ) : System
Recieve ( ) : int
Send ( string command ) : bool
Store ( int count ) : string[]

메소드 상세

RCONQuery() 공개 메소드

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

Recieve() 공개 메소드

public Recieve ( ) : int
리턴 int

Send() 공개 메소드

public Send ( string command ) : bool
command string
리턴 bool

Store() 공개 메소드

public Store ( int count ) : string[]
count int
리턴 string[]