HdlcCheckSum Class

A class that computes or checks the HCS, FCS fields of HDLC frame. Algorithm of computing CS is introduced in Green book, chapter 8.5.3 16-bit FCS computation method on page 107.

Definition

Namespace: OddPrg.Protocols.Hdlc
Assembly: OddPrg.Frames.Hdlc (in OddPrg.Frames.Hdlc.dll) Version: 1.0.0.2 (1.0.0.2)
C#
public static class HdlcCheckSum
Inheritance
Object    HdlcCheckSum

Methods

Compute Computes a check sum using data.
Check Checks if checkSum is conform to data.

See Also