C# 클래스 KBEngine.MessageReader

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

공개 메소드들

메소드 설명
MessageReader ( ) : System
process ( byte datas, UInt32 offset, UInt32 length ) : void

메소드 상세

MessageReader() 공개 메소드

public MessageReader ( ) : System
리턴 System

process() 공개 메소드

public process ( byte datas, UInt32 offset, UInt32 length ) : void
datas byte
offset System.UInt32
length System.UInt32
리턴 void