C# 클래스 Gate.Gate

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

공개 프로퍼티들

프로퍼티 타입 설명
receivedBuffer byte[]

공개 메소드들

메소드 설명
Gate ( int frontPort, int backPort ) : System
MainLoop ( ) : void
PushReceivedMessage ( IRemote remote, byte data, int len, int offset ) : void

비공개 메소드들

메소드 설명
OnBackendConnected ( IRemote conn ) : void
OnBackendDisconnected ( IRemote conn ) : void
OnBackendMessageReceived ( IRemote conn, Network.Message msg ) : void
OnFrontendConnected ( IRemote conn ) : void
OnFrontendDisconnected ( IRemote conn ) : void
OnFrontendMessageReceived ( IRemote conn, Network.Message msg ) : void

메소드 상세

Gate() 공개 메소드

public Gate ( int frontPort, int backPort ) : System
frontPort int
backPort int
리턴 System

MainLoop() 공개 메소드

public MainLoop ( ) : void
리턴 void

PushReceivedMessage() 공개 정적인 메소드

public static PushReceivedMessage ( IRemote remote, byte data, int len, int offset ) : void
remote IRemote
data byte
len int
offset int
리턴 void

프로퍼티 상세

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

public static byte[] receivedBuffer
리턴 byte[]