Processes the content of the buffer with the CRC counter.

Namespace:  SGP.XUtility
Assembly:  SGP.XUtility (in SGP.XUtility.dll)
Version: 1.2.3019.18718

Syntax

C#
public abstract void Put(
	byte[] buffer,
	int offset,
	int length
)

Parameters

buffer
Type: array< System..::.Byte >[]()[]
A buffer.
offset
Type: System..::.Int32
The beginning of the content.
length
Type: System..::.Int32
The length of the content.

See Also