C# Class FFACETools.FFACE.ParseResources.d_msgEntryFormat

Inheritance: Object
Show file Open project: golfandsurf/Campah

Public Properties

Property Type Description
GroupID Byte
MessageID Byte
data String[]
length System.UInt32
offset System.UInt32

Public Methods

Method Description
ToString ( ) : string
d_msgEntryFormat ( BinaryReader _bfile, d_msgHeaderFormat _header ) : System

Private Methods

Method Description
Fix ( byte b ) : byte[]

Method Details

ToString() public method

public ToString ( ) : string
return string

d_msgEntryFormat() public method

public d_msgEntryFormat ( BinaryReader _bfile, d_msgHeaderFormat _header ) : System
_bfile System.IO.BinaryReader
_header d_msgHeaderFormat
return System

Property Details

GroupID public property

public Byte GroupID
return Byte

MessageID public property

public Byte MessageID
return Byte

data public property

public String[] data
return String[]

length public property

public UInt32,System length
return System.UInt32

offset public property

public UInt32,System offset
return System.UInt32