C# 클래스 GameBase.Network.GamePacketKeyEx

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

공개 프로퍼티들

프로퍼티 타입 설명
m_DecodeKey byte[]
m_EncodeKey byte[]

공개 메소드들

메소드 설명
DecodePacket ( byte &key, int nlen ) : void
EncodePacket ( byte &key, int nlen ) : void
ExchangeLongBits ( int key, byte n ) : int
GamePacketKeyEx ( ) : System
InitKey ( ) : void
SunUpdateKey ( int key, int key2 ) : void
UpdateKey ( int key ) : void

메소드 상세

DecodePacket() 공개 메소드

public DecodePacket ( byte &key, int nlen ) : void
key byte
nlen int
리턴 void

EncodePacket() 공개 메소드

public EncodePacket ( byte &key, int nlen ) : void
key byte
nlen int
리턴 void

ExchangeLongBits() 공개 메소드

public ExchangeLongBits ( int key, byte n ) : int
key int
n byte
리턴 int

GamePacketKeyEx() 공개 메소드

public GamePacketKeyEx ( ) : System
리턴 System

InitKey() 공개 메소드

public InitKey ( ) : void
리턴 void

SunUpdateKey() 공개 메소드

public SunUpdateKey ( int key, int key2 ) : void
key int
key2 int
리턴 void

UpdateKey() 공개 메소드

public UpdateKey ( int key ) : void
key int
리턴 void

프로퍼티 상세

m_DecodeKey 공개적으로 프로퍼티

public byte[] m_DecodeKey
리턴 byte[]

m_EncodeKey 공개적으로 프로퍼티

public byte[] m_EncodeKey
리턴 byte[]