C# 클래스 GameCreatorGroupProject.RTCClient

상속: TCPClient
파일 보기 프로젝트 열기: HeroOfTheWinds/CS-350-410-431-Group-Project 1 사용 예제들

공개 메소드들

메소드 설명
RTCClient ( uint serverID ) : System
connectClient ( string serverIP ) : void
disconnectClient ( ) : void
getClientType ( ) : int
send ( Object data ) : void

메소드 상세

RTCClient() 공개 메소드

public RTCClient ( uint serverID ) : System
serverID uint
리턴 System

connectClient() 공개 메소드

public connectClient ( string serverIP ) : void
serverIP string
리턴 void

disconnectClient() 공개 메소드

public disconnectClient ( ) : void
리턴 void

getClientType() 공개 메소드

public getClientType ( ) : int
리턴 int

send() 공개 메소드

public send ( Object data ) : void
data Object
리턴 void