CodeGlyphX logo
CodeGlyphX

API Reference

Enum

PlesseyChecksumPolicy

Namespace CodeGlyphX
Assembly CodeGlyphX
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Policy for handling Plessey CRC validation.

Inheritance

  • Enum
  • PlesseyChecksumPolicy

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Values

public const PlesseyChecksumPolicy None #

Do not validate CRC.

Value: 0
public const PlesseyChecksumPolicy StripIfValid #

Validate CRC and ignore mismatches.

Value: 1
public const PlesseyChecksumPolicy RequireValid #

Require valid CRC; otherwise decoding fails.

Value: 2