프로퍼티 | 타입 | 설명 | |
---|---|---|---|
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 |
public AddGameServerAction ( GameServerAction action ) : void | ||
action | GameServerAction | |
리턴 | void |
public AddGameServerConnectedAction ( GameServerConnectedAction action ) : void | ||
action | GameServerConnectedAction | |
리턴 | void |
public NewServer ( string host, int port ) : System | ||
host | string | |
port | int | |
리턴 | System |
public Send ( Command, cmd, Status, status ) : bool | ||
cmd | Command, | |
status | Status, | |
리턴 | bool |