C# 클래스 NetMsg.BaseMsg

파일 보기 프로젝트 열기: dream-young-soul/soul 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
mKey GameBase.Network.GamePacketKeyEx
mMsgLen ushort
mParam ushort
m_Data byte[]

공개 메소드들

메소드 설명
BaseMsg ( ) : System
Create ( byte msg = null, GamePacketKeyEx key = null ) : void
GetBuffer ( ) : byte[]
Process ( ) : void
Reset ( ) : void

메소드 상세

BaseMsg() 공개 메소드

public BaseMsg ( ) : System
리턴 System

Create() 공개 메소드

public Create ( byte msg = null, GamePacketKeyEx key = null ) : void
msg byte
key GameBase.Network.GamePacketKeyEx
리턴 void

GetBuffer() 공개 메소드

public GetBuffer ( ) : byte[]
리턴 byte[]

Process() 공개 메소드

public Process ( ) : void
리턴 void

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

프로퍼티 상세

mKey 보호되어 있는 프로퍼티

protected GamePacketKeyEx,GameBase.Network mKey
리턴 GameBase.Network.GamePacketKeyEx

mMsgLen 보호되어 있는 프로퍼티

protected ushort mMsgLen
리턴 ushort

mParam 보호되어 있는 프로퍼티

protected ushort mParam
리턴 ushort

m_Data 보호되어 있는 프로퍼티

protected byte[] m_Data
리턴 byte[]