C# 클래스 ClientNetworkConnection, tf_client

상속: NetworkConnection
파일 보기 프로젝트 열기: wids-eria/tf_client 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
connection Client,
decoders ServerCommandDecoderBase>.Dictionary

공개 메소드들

메소드 설명
ConnectTo ( string addr, int port ) : void
Send ( byte data ) : void

보호된 메소드들

메소드 설명
Awake ( ) : void
FindDecoder ( int numParams ) : ServerCommandDecoderBase,
OnReceive ( byte data ) : void
OpenConnection ( string addr, int port ) : IEnumerator
Start ( ) : void

메소드 상세

Awake() 보호된 메소드

protected Awake ( ) : void
리턴 void

ConnectTo() 공개 메소드

public ConnectTo ( string addr, int port ) : void
addr string
port int
리턴 void

FindDecoder() 보호된 메소드

protected FindDecoder ( int numParams ) : ServerCommandDecoderBase,
numParams int
리턴 ServerCommandDecoderBase,

OnReceive() 보호된 메소드

protected OnReceive ( byte data ) : void
data byte
리턴 void

OpenConnection() 보호된 메소드

protected OpenConnection ( string addr, int port ) : IEnumerator
addr string
port int
리턴 IEnumerator

Send() 공개 메소드

public Send ( byte data ) : void
data byte
리턴 void

Start() 보호된 메소드

protected Start ( ) : void
리턴 void

프로퍼티 상세

connection 보호되어 있는 프로퍼티

protected Client, connection
리턴 Client,

decoders 보호되어 있는 프로퍼티

protected Dictionary decoders
리턴 ServerCommandDecoderBase>.Dictionary