C# 클래스 Blaze.Server.Client

파일 보기 프로젝트 열기: sebastian-malek/blaze-server 1 사용 예제들

공개 메소드들

메소드 설명
Client ( ) : System
HandleRequest ( byte buffer, int length ) : void
Notify ( Component componentID, int commandID, int errorCode, List data ) : void
Reply ( Request request, int errorCode, List data ) : void
Touch ( ) : void

비공개 메소드들

메소드 설명
HandleRequest ( Request request ) : void
Send ( Component componentID, int commandID, int errorCode, MessageType messageType, int messageID, List data ) : void

메소드 상세

Client() 공개 메소드

public Client ( ) : System
리턴 System

HandleRequest() 공개 메소드

public HandleRequest ( byte buffer, int length ) : void
buffer byte
length int
리턴 void

Notify() 공개 메소드

public Notify ( Component componentID, int commandID, int errorCode, List data ) : void
componentID Component
commandID int
errorCode int
data List
리턴 void

Reply() 공개 메소드

public Reply ( Request request, int errorCode, List data ) : void
request Request
errorCode int
data List
리턴 void

Touch() 공개 메소드

public Touch ( ) : void
리턴 void