ParsedCRC
Defined in: parser.ts:131
Bookkeeping for the trailing checksum — useful when reporting auto-fix.
Properties
Section titled “Properties”truncated
Section titled “truncated”
readonlytruncated:boolean
Defined in: parser.ts:137
True when zero-padding was needed to recover a valid CRC.
readonlyvalid:boolean
Defined in: parser.ts:135
True when the wire CRC matches the recomputed value (possibly after padding).
readonlyvalue:string
Defined in: parser.ts:133
The CRC text as it appeared on the wire (may be 1–4 chars).