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