C# Class GameBase.Network.GamePacketKeyEx

Afficher le fichier Open project: dream-young-soul/soul Class Usage Examples

Méthodes publiques

Свойство Type Description
m_DecodeKey byte[]
m_EncodeKey byte[]

Méthodes publiques

Méthode Description
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

Method Details

DecodePacket() public méthode

public DecodePacket ( byte &key, int nlen ) : void
key byte
nlen int
Résultat void

EncodePacket() public méthode

public EncodePacket ( byte &key, int nlen ) : void
key byte
nlen int
Résultat void

ExchangeLongBits() public méthode

public ExchangeLongBits ( int key, byte n ) : int
key int
n byte
Résultat int

GamePacketKeyEx() public méthode

public GamePacketKeyEx ( ) : System
Résultat System

InitKey() public méthode

public InitKey ( ) : void
Résultat void

SunUpdateKey() public méthode

public SunUpdateKey ( int key, int key2 ) : void
key int
key2 int
Résultat void

UpdateKey() public méthode

public UpdateKey ( int key ) : void
key int
Résultat void

Property Details

m_DecodeKey public_oe property

public byte[] m_DecodeKey
Résultat byte[]

m_EncodeKey public_oe property

public byte[] m_EncodeKey
Résultat byte[]