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.
Namespace: OddPrg.Protocols.HdlcAssembly: OddPrg.Frames.Hdlc (in OddPrg.Frames.Hdlc.dll) Version: 1.0.0.2 (1.0.0.2)
public static class HdlcCheckSum
- Inheritance
- Object HdlcCheckSum
Compute |
Computes a check sum using data.
|
Check |
Checks if checkSum is conform to data.
|