HdlcControlFieldCheck_I(Byte, Byte) Method

Checks if controlField indicates a HDLC frame type I and if yes returns send sequence number.

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_I(
	byte controlField,
	out byte sendNo
)

Parameters

controlField  Byte
sendNo  Byte

Return Value

Boolean

See Also