HdlcCheckSumCheck Method

Checks if checkSum is conform to 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 bool Check(
	ByteBuffer dataWithCheckSum
)

Parameters

dataWithCheckSum  ByteBuffer
For header check sum (HCS): format field + client address + server address + control field For frame check sum (FCS): format field + client address + server address + control field + header check sum + information

Return Value

Boolean

See Also