C# 클래스 TcpSocket, OpenWorldGame

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

공개 메소드들

메소드 설명
Close ( ) : void
Connect ( ) : void
Init ( string ip, int port, LuaFunction recvCallback ) : void
Send ( string str ) : void

비공개 메소드들

메소드 설명
AddMessageToList ( byte data, bool isLast ) : void
ConnectSuccess ( IAsyncResult result ) : void
Destroy ( ) : void
OnApplicationQuit ( ) : void
Receive ( ) : void
SendCallback ( IAsyncResult result ) : void
UpackPackage ( Byte bytes, UInt16 index ) : void
Update ( ) : void

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

Connect() 공개 메소드

public Connect ( ) : void
리턴 void

Init() 공개 메소드

public Init ( string ip, int port, LuaFunction recvCallback ) : void
ip string
port int
recvCallback LuaFunction
리턴 void

Send() 공개 메소드

public Send ( string str ) : void
str string
리턴 void