C# 클래스 spaceconquest.Client

상속: MiddleMan
파일 보기 프로젝트 열기: cclay/spaceconquest

공개 메소드들

메소드 설명
AddCommand ( Command c ) : void
AttendClose ( ) : void
Client ( String ipstring, SlaveDriver sd, GameScreen GS ) : System
Close ( ) : void
DriverReady ( ) : bool
DriverReset ( ) : void
EndTurn ( ) : void
ReceiveMap ( ) : void
TakeAttendance ( ) : void
cb ( Socket s ) : void

비공개 메소드들

메소드 설명
ReturnCommands ( List c ) : void
SaveAndQuit ( ) : void

메소드 상세

AddCommand() 공개 메소드

public AddCommand ( Command c ) : void
c Command
리턴 void

AttendClose() 공개 메소드

public AttendClose ( ) : void
리턴 void

Client() 공개 메소드

public Client ( String ipstring, SlaveDriver sd, GameScreen GS ) : System
ipstring String
sd SlaveDriver
GS GameScreen
리턴 System

Close() 공개 메소드

public Close ( ) : void
리턴 void

DriverReady() 공개 메소드

public DriverReady ( ) : bool
리턴 bool

DriverReset() 공개 메소드

public DriverReset ( ) : void
리턴 void

EndTurn() 공개 메소드

public EndTurn ( ) : void
리턴 void

ReceiveMap() 공개 메소드

public ReceiveMap ( ) : void
리턴 void

TakeAttendance() 공개 메소드

public TakeAttendance ( ) : void
리턴 void

cb() 공개 메소드

public cb ( Socket s ) : void
s Socket
리턴 void