C# Class GameBase.Network.Internal.QueryRole

显示文件 Open project: dream-young-soul/soul Class Usage Examples

Public Properties

Property Type Description
account byte[]
gameid uint
key int
key2 int
mParam ushort

Public Methods

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

Method Details

Create() public method

public Create ( byte msg ) : void
msg byte
return void

GetAccount() public method

public GetAccount ( ) : String
return String

GetBuffer() public method

public GetBuffer ( ) : byte[]
return byte[]

QueryRole() public method

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

Property Details

account public_oe property

public byte[] account
return byte[]

gameid public_oe property

public uint gameid
return uint

key public_oe property

public int key
return int

key2 public_oe property

public int key2
return int

mParam public_oe property

public ushort mParam
return ushort