C# 클래스 AddonManager.IPCTalk.OfflineServerTalk

상속: IPCBase
파일 보기 프로젝트 열기: berkay2578/nfsw-server 1 사용 예제들

공개 메소드들

메소드 설명
initialize ( Int32 port ) : void
listenLoop ( ) : void
notify ( String ipcPacketType ) : void
notify ( String ipcPacketType, String message ) : void
shutdown ( ) : void

메소드 상세

initialize() 공개 메소드

public initialize ( Int32 port ) : void
port System.Int32
리턴 void

listenLoop() 공개 메소드

public listenLoop ( ) : void
리턴 void

notify() 공개 메소드

public notify ( String ipcPacketType ) : void
ipcPacketType String
리턴 void

notify() 공개 메소드

public notify ( String ipcPacketType, String message ) : void
ipcPacketType String
message String
리턴 void

shutdown() 공개 메소드

public shutdown ( ) : void
리턴 void