C# 클래스 SOE.Core.MessageHandlers

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

공개 프로퍼티들

프로퍼티 타입 설명
Protocol2Handlers Dictionary>
Protocol2MessageName Dictionary>

공개 메소드들

메소드 설명
GetHandler ( string protocol, ushort OpCode ) : DelSOEMessageHandler
HasHandler ( string protocol, ushort OpCode ) : bool
Initialize ( ) : void
MakeProtocol ( string protocol ) : void

비공개 메소드들

메소드 설명
LoadMessageHandlers ( ) : void

메소드 상세

GetHandler() 공개 정적인 메소드

public static GetHandler ( string protocol, ushort OpCode ) : DelSOEMessageHandler
protocol string
OpCode ushort
리턴 DelSOEMessageHandler

HasHandler() 공개 정적인 메소드

public static HasHandler ( string protocol, ushort OpCode ) : bool
protocol string
OpCode ushort
리턴 bool

Initialize() 공개 정적인 메소드

public static Initialize ( ) : void
리턴 void

MakeProtocol() 공개 정적인 메소드

public static MakeProtocol ( string protocol ) : void
protocol string
리턴 void

프로퍼티 상세

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

public static Dictionary> Protocol2Handlers
리턴 Dictionary>

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

public static Dictionary> Protocol2MessageName
리턴 Dictionary>