HdlcAddress(ByteBuffer) Constructor

Creates an instance of HDLCAddress using raw data

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

Parameters

rawData  ByteBuffer

See Also