parsePayload
parsePayload(
payload,options?):ParsedPayload
Defined in: parser.ts:372
Parse a wire-format payload. By default throws on structural errors or
a hard checksum mismatch (with truncated-CRC auto-fix applied when
possible). In strict: true mode also throws when the CRC tag is
missing or its value fails to match.
Parameters
Section titled “Parameters”payload
Section titled “payload”string
options?
Section titled “options?”ParsePayloadOptions = {}