HdlcControlFieldIsPollBitSet Method

Returns true if poll bit of control field is set, otherwise it returns false.

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 IsPollBitSet(
	byte controlField
)

Parameters

controlField  Byte

Return Value

Boolean

See Also