C# 클래스 FSO.SimAntics.NetPlay.EODs.Handlers.VMEODHandler

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

공개 프로퍼티들

프로퍼티 타입 설명
BinaryHandlers EODBinaryEventHandler>.Dictionary
PlaintextHandlers EODPlaintextEventHandler>.Dictionary
Server VMEODServer
SimanticsHandlers EODSimanticsEventHandler>.Dictionary

공개 메소드들

메소드 설명
OnConnection ( VMEODClient client ) : void
OnDisconnection ( VMEODClient client ) : void
Tick ( ) : void
VMEODHandler ( VMEODServer server ) : System

메소드 상세

OnConnection() 공개 메소드

public OnConnection ( VMEODClient client ) : void
client VMEODClient
리턴 void

OnDisconnection() 공개 메소드

public OnDisconnection ( VMEODClient client ) : void
client VMEODClient
리턴 void

Tick() 공개 메소드

public Tick ( ) : void
리턴 void

VMEODHandler() 공개 메소드

public VMEODHandler ( VMEODServer server ) : System
server VMEODServer
리턴 System

프로퍼티 상세

BinaryHandlers 공개적으로 프로퍼티

public Dictionary BinaryHandlers
리턴 EODBinaryEventHandler>.Dictionary

PlaintextHandlers 공개적으로 프로퍼티

public Dictionary PlaintextHandlers
리턴 EODPlaintextEventHandler>.Dictionary

Server 공개적으로 프로퍼티

public VMEODServer Server
리턴 VMEODServer

SimanticsHandlers 공개적으로 프로퍼티

public Dictionary SimanticsHandlers
리턴 EODSimanticsEventHandler>.Dictionary