C# 클래스 Query, SAMP_AC_Extension

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

공개 메소드들

메소드 설명
Query ( string IP, int port ) : System
Recieve ( ) : int
Send ( char opcode ) : bool
Store ( int count ) : string[]

메소드 상세

Query() 공개 메소드

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

Recieve() 공개 메소드

public Recieve ( ) : int
리턴 int

Send() 공개 메소드

public Send ( char opcode ) : bool
opcode char
리턴 bool

Store() 공개 메소드

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