Click or drag to resize
weroSoft AG, Software
CrcProtectionLevel Enumeration
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Describes the protection level of CRC.

Namespace:  WeroSoft.Persistence
Assembly:  WeroSoft.Data.Library (in WeroSoft.Data.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
public enum CrcProtectionLevel
Members
  Member nameValueDescription
On0 The CRC protection is enabled.
WriteOnly1 The CRC protection is partially enabled.
Off2 The CRC protection is complete disabled.
See Also