ข้ามไปยังเนื้อหา

ParsedCRC

Defined in: parser.ts:131

Bookkeeping for the trailing checksum — useful when reporting auto-fix.

readonly truncated: boolean

Defined in: parser.ts:137

True when zero-padding was needed to recover a valid CRC.


readonly valid: boolean

Defined in: parser.ts:135

True when the wire CRC matches the recomputed value (possibly after padding).


readonly value: string

Defined in: parser.ts:133

The CRC text as it appeared on the wire (may be 1–4 chars).