C# Class Plasma.pnAuth2Cli_AcctPlayerInfo

Inheritance: Plasma.plNetStruct
ファイルを表示 Open project: Hoikas/PlasmaDotNet Class Usage Examples

Public Properties

Property Type Description
fExplorer uint
fModel string
fPlayerID uint
fPlayerName string
fTransID uint

Public Methods

Method Description
Read ( Plasma.hsStream s ) : void
Write ( Plasma.hsStream s ) : void

Method Details

Read() public method

public Read ( Plasma.hsStream s ) : void
s Plasma.hsStream
return void

Write() public method

public Write ( Plasma.hsStream s ) : void
s Plasma.hsStream
return void

Property Details

fExplorer public_oe property

public uint fExplorer
return uint

fModel public_oe property

public string fModel
return string

fPlayerID public_oe property

public uint fPlayerID
return uint

fPlayerName public_oe property

public string fPlayerName
return string

fTransID public_oe property

public uint fTransID
return uint