HdlcCommunicator1HdlcWaitingProc Method

Returns true if current HDLC communication is done. It means that last received hdlc frame has segmentation bit not set.

Definition

Namespace: OddPrg.Communication.Hdlc
Assembly: OddPrg.Communication.Hdlc (in OddPrg.Communication.Hdlc.dll) Version: 2.0.0.3 (2.0.0.3)
C#
public bool HdlcWaitingProc(
	ByteBuffer data
)

Parameters

data  ByteBuffer
Received HDLC data.

Return Value

Boolean

See Also