C# 클래스 NewServer, 3in1

상속: MonoBehaviour
파일 보기 프로젝트 열기: motouhui/3in1 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Connected bool

공개 메소드들

메소드 설명
AddGameServerAction ( GameServerAction action ) : void
AddGameServerConnectedAction ( GameServerConnectedAction action ) : void
Close ( ) : void
NewServer ( string host, int port ) : System
Send ( Command, cmd, Status, status ) : bool
Start ( ) : void

비공개 메소드들

메소드 설명
Connect ( string host, int port ) : void
ReceiveMessage ( IAsyncResult ar ) : void
SendCommand ( Command, command, Status, status ) : void

메소드 상세

AddGameServerAction() 공개 메소드

public AddGameServerAction ( GameServerAction action ) : void
action GameServerAction
리턴 void

AddGameServerConnectedAction() 공개 메소드

public AddGameServerConnectedAction ( GameServerConnectedAction action ) : void
action GameServerConnectedAction
리턴 void

Close() 공개 메소드

public Close ( ) : void
리턴 void

NewServer() 공개 메소드

public NewServer ( string host, int port ) : System
host string
port int
리턴 System

Send() 공개 메소드

public Send ( Command, cmd, Status, status ) : bool
cmd Command,
status Status,
리턴 bool

Start() 공개 메소드

public Start ( ) : void
리턴 void

프로퍼티 상세

Connected 공개적으로 프로퍼티

public bool Connected
리턴 bool