HdlcCheckSumCompute Method

Computes a check sum using 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 static ByteBuffer Compute(
	ByteBuffer data
)

Parameters

data  ByteBuffer

Return Value

ByteBuffer

See Also