C# 클래스 NetProto.Dispatcher

파일 보기 프로젝트 열기: en/libunity 1 사용 예제들

공개 메소드들

메소드 설명
Dispatcher ( ) : System.Collections.Generic
InvokeHandler ( Api id, byte data ) : bool
Register ( NetHandle handle ) : void
RegisterAction ( Api id, System act ) : bool
RegisterHandler ( Api id, MsgHandler handler ) : bool

메소드 상세

Dispatcher() 공개 메소드

public Dispatcher ( ) : System.Collections.Generic
리턴 System.Collections.Generic

InvokeHandler() 공개 메소드

public InvokeHandler ( Api id, byte data ) : bool
id Api
data byte
리턴 bool

Register() 공개 메소드

public Register ( NetHandle handle ) : void
handle NetHandle
리턴 void

RegisterAction() 공개 메소드

public RegisterAction ( Api id, System act ) : bool
id Api
act System
리턴 bool

RegisterHandler() 공개 메소드

public RegisterHandler ( Api id, MsgHandler handler ) : bool
id Api
handler MsgHandler
리턴 bool