C# Class TriggersTools.CatSystem2.Structs.HGXHDR

显示文件 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_oe property

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

Type public_oe property

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