Section navigation

Public enum CodecChecksumStatus

Namespace
Rowles.LeanCorpus.Index.Format
Assembly
Rowles.LeanCorpus.dll

Describes checksum availability and verification state.

public enum CodecChecksumStatus

Fields

Invalid = 3

The recomputed checksum does not match the stored checksum.

NotApplicable = 0

The detected framing does not provide a checksum.

NotVerified = 1

A checksum is present but was not recomputed.

Unknown = 4

Checksum state could not be determined.

Valid = 2

The recomputed checksum matches the stored checksum.