NBit Bit Manipulation Library

Crc.Crc16XModem Property

The CCITT CRC, initialized with all zeros.

[Visual Basic]
Public Shared Property Crc16XModem() As Crc
   Public Get
   End Get
   Private Set
   End Set
End Property
[C#]
public static Crc Crc16XModem { public get; private set; }

See Also

Crc Class | NBit Namespace