C# Class GameBase.Network.Internal.QueryRole

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

Méthodes publiques

Свойство Type Description
account byte[]
gameid uint
key int
key2 int
mParam ushort

Méthodes publiques

Méthode Description
Create ( byte msg ) : void
GetAccount ( ) : String
GetBuffer ( ) : byte[]
QueryRole ( uint _gameid, int _key, int _key2, byte _account = null ) : System

Method Details

Create() public méthode

public Create ( byte msg ) : void
msg byte
Résultat void

GetAccount() public méthode

public GetAccount ( ) : String
Résultat String

GetBuffer() public méthode

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

QueryRole() public méthode

public QueryRole ( uint _gameid, int _key, int _key2, byte _account = null ) : System
_gameid uint
_key int
_key2 int
_account byte
Résultat System

Property Details

account public_oe property

public byte[] account
Résultat byte[]

gameid public_oe property

public uint gameid
Résultat uint

key public_oe property

public int key
Résultat int

key2 public_oe property

public int key2
Résultat int

mParam public_oe property

public ushort mParam
Résultat ushort