C# Class TriggersTools.CatSystem2.Structs.HGXHDR

Show file Open project: trigger-segfault/TriggersTools.CatSystem2

Public Properties

Property Type Description
HeaderSize int
Type int

Public Methods

Method Description
ToString ( ) : string

Gets the string representation of the HG-X header.

Method Details

ToString() public method

Gets the string representation of the HG-X header.
public ToString ( ) : string
return string

Property Details

HeaderSize public property

The size of the HG-X header, including the signature. Should always be 12.
public int HeaderSize
return int

Type public property

HG-3: 0x300. HG-2: 0x25 = 88 bytes (full header), 0x20 = 80 bytes (truncated)
public int Type
return int