HdlcFrameFormatFieldParse_Type3 Method
Parses format field of HDLC frame type 3
Namespace: OddPrg.Protocols.HdlcAssembly: OddPrg.Frames.Hdlc (in OddPrg.Frames.Hdlc.dll) Version: 1.0.0.2 (1.0.0.2)
public static void Parse_Type3(
ByteBuffer rawData,
out bool segmentation,
out ushort length
)
Parameters
- rawData ByteBuffer
- Data to parse
- segmentation Boolean
- Returns true if segmentation bit is set
- length UInt16
- Returns the length of the frame excluding the opening and closing flag