HdlcNextInformationAdded Delegate

Called when next information frame (I/UI) is successfully parsed. It returns an information part of the frame in data parameter.

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 delegate void HdlcNextInformationAdded(
	ByteBuffer data
)

Parameters

data  ByteBuffer

See Also