프로퍼티 | 타입 | 설명 | |
---|---|---|---|
available | Queue |
||
clients | List |
메소드 | 설명 | |
---|---|---|
connectClient ( byte serverType, uint serverID, uint clientID ) : bool | ||
connectClient ( string serverIP ) : void | ||
disconnect ( ) : void | ||
disconnectClient ( |
||
getAvailable ( ) : |
||
getThisClientID ( ) : uint | ||
getUsername ( ) : string | ||
isConnected ( ) : bool | ||
isOnline ( uint clientID ) : bool | ||
requestChatServer ( ) : uint | ||
requestRTCServer ( ) : uint | ||
requestResourceServer ( ) : uint | ||
setUsername ( string name ) : void |
메소드 | 설명 | |
---|---|---|
onConnect ( IAsyncResult ar ) : bool | ||
send ( byte type ) : uint | ||
startClient ( object connectClient ) : void |
public connectClient ( byte serverType, uint serverID, uint clientID ) : bool | ||
serverType | byte | |
serverID | uint | |
clientID | uint | |
리턴 | bool |