HdlcFrameFormatFieldCheck_Type3 Method

Checks if rawData contains frame format field of a frame type 3.

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 bool Check_Type3(
	ByteBuffer rawData
)

Parameters

rawData  ByteBuffer

Return Value

Boolean

See Also