HdlcFrameFormatField Class

Class that creates/parses format field of HDLC frame

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 HdlcFrameFormatField
Inheritance
Object    HdlcFrameFormatField

Methods

Create_Type3 Creates format field of HDLC frame type 3.
Check_Type3 Checks if rawData contains frame format field of a frame type 3.
Parse_Type3 Parses format field of HDLC frame type 3

See Also