C# 클래스 GameCreatorGroupProject.ResourceClient

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

공개 프로퍼티들

프로퍼티 타입 설명
serverType byte

공개 메소드들

메소드 설명
LoadResource ( ) : string
ResourceClient ( uint serverID ) : System
StringToByteArray ( string path ) : byte[]
connectClient ( string serverIP ) : void
disconnectClient ( ) : void
getClientType ( ) : int
send ( Object d ) : void

비공개 메소드들

메소드 설명
ByteArrayToString ( byte bytes ) : string
getResourcePath ( ) : string

메소드 상세

LoadResource() 공개 메소드

public LoadResource ( ) : string
리턴 string

ResourceClient() 공개 메소드

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

StringToByteArray() 공개 메소드

public StringToByteArray ( string path ) : byte[]
path string
리턴 byte[]

connectClient() 공개 메소드

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

disconnectClient() 공개 메소드

public disconnectClient ( ) : void
리턴 void

getClientType() 공개 메소드

public getClientType ( ) : int
리턴 int

send() 공개 메소드

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

프로퍼티 상세

serverType 공개적으로 정적으로 프로퍼티

public static byte serverType
리턴 byte