HdlcAddressGetNextAddress Method

Returns HDLC address raw data from the beginning of rawData buffer.

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

Parameters

rawData  ByteBuffer

Return Value

ByteBuffer

See Also