C# Class FFACETools.FFACE.ParseResources.d_msgEntryFormat

Inheritance: Object
Afficher le fichier Open project: golfandsurf/Campah

Méthodes publiques

Свойство Type Description
GroupID Byte
MessageID Byte
data String[]
length System.UInt32
offset System.UInt32

Méthodes publiques

Méthode Description
ToString ( ) : string
d_msgEntryFormat ( BinaryReader _bfile, d_msgHeaderFormat _header ) : System

Private Methods

Méthode Description
Fix ( byte b ) : byte[]

Method Details

ToString() public méthode

public ToString ( ) : string
Résultat string

d_msgEntryFormat() public méthode

public d_msgEntryFormat ( BinaryReader _bfile, d_msgHeaderFormat _header ) : System
_bfile System.IO.BinaryReader
_header d_msgHeaderFormat
Résultat System

Property Details

GroupID public_oe property

public Byte GroupID
Résultat Byte

MessageID public_oe property

public Byte MessageID
Résultat Byte

data public_oe property

public String[] data
Résultat String[]

length public_oe property

public UInt32,System length
Résultat System.UInt32

offset public_oe property

public UInt32,System offset
Résultat System.UInt32