C# Class NetMsg.BaseMsg

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

Protected Properties

Свойство Type Description
mKey GameBase.Network.GamePacketKeyEx
mMsgLen ushort
mParam ushort
m_Data byte[]

Méthodes publiques

Méthode Description
BaseMsg ( ) : System
Create ( byte msg = null, GamePacketKeyEx key = null ) : void
GetBuffer ( ) : byte[]
Process ( ) : void
Reset ( ) : void

Method Details

BaseMsg() public méthode

public BaseMsg ( ) : System
Résultat System

Create() public méthode

public Create ( byte msg = null, GamePacketKeyEx key = null ) : void
msg byte
key GameBase.Network.GamePacketKeyEx
Résultat void

GetBuffer() public méthode

public GetBuffer ( ) : byte[]
Résultat byte[]

Process() public méthode

public Process ( ) : void
Résultat void

Reset() public méthode

public Reset ( ) : void
Résultat void

Property Details

mKey protected_oe property

protected GamePacketKeyEx,GameBase.Network mKey
Résultat GameBase.Network.GamePacketKeyEx

mMsgLen protected_oe property

protected ushort mMsgLen
Résultat ushort

mParam protected_oe property

protected ushort mParam
Résultat ushort

m_Data protected_oe property

protected byte[] m_Data
Résultat byte[]