Property | Type | Description | |
---|---|---|---|
m_DecodeKey | byte[] | ||
m_EncodeKey | byte[] |
Method | 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 |
public DecodePacket ( byte &key, int nlen ) : void | ||
key | byte | |
nlen | int | |
return | void |
public EncodePacket ( byte &key, int nlen ) : void | ||
key | byte | |
nlen | int | |
return | void |
public ExchangeLongBits ( int key, byte n ) : int | ||
key | int | |
n | byte | |
return | int |
public SunUpdateKey ( int key, int key2 ) : void | ||
key | int | |
key2 | int | |
return | void |