C# 클래스 TriggersTools.CatSystem2.Structs.HGXHDR

파일 보기 프로젝트 열기: trigger-segfault/TriggersTools.CatSystem2

공개 프로퍼티들

프로퍼티 타입 설명
HeaderSize int
Type int

공개 메소드들

메소드 설명
ToString ( ) : string

Gets the string representation of the HG-X header.

메소드 상세

ToString() 공개 메소드

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

프로퍼티 상세

HeaderSize 공개적으로 프로퍼티

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

Type 공개적으로 프로퍼티

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