OddPrg.Protocols.Hdlc Namespace

[Missing <summary> documentation for "N:OddPrg.Protocols.Hdlc"]

Classes

HdlcAddress Class used to maintain, encode, decode an address used in HDLC communication
HdlcControlField Class that creates/parses control filed of HDLC frame
HdlcException Exception that is thrown in case of an error during HDLC frames parsing.
HdlcFrame Static class that can parse birary data into HDLC structures and create binary data from HDLC structures. It implements Point-to-Point Protocol HDLC frames of frame format 3.
HdlcFrameFormatField Class that creates/parses format field of HDLC frame
HdlcCheckSum 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.
HdlcParameters Parameters used in HDLC communication

Enumerations

HdlcAddressingScheme HDLC addressing. Used to create destination (meter) address. The client (service) address is always one-byte The number represents the length of an address in bytes.
HdlcExceptionKind Kind of error raised during HDLC frames parsing.