Click or drag to resize

Crccrc Method

Return the CRC of the bytes buf[0..len-1].

Namespace:  Ptv.XServer.Controls.Map.Tools.Reprojection
Assembly:  Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax
public static uint crc(
	byte[] buf,
	long offset,
	long length
)

Parameters

buf
Type: SystemByte
Buffer of image bytes.
offset
Type: SystemInt64
Where to start in buf.
length
Type: SystemInt64
Number of bytes in buf.

Return Value

Type: UInt32
Final cyclic redundancy check value.
See Also