Click or drag to resize
CBFCRC Method
Compute CRC of a file.

Available since Oasis montaj version: 5.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
public int CRC(
	int size,
	int crc
)

Parameters

size
Type: SystemInt32
Number of bytes to CRC
crc
Type: SystemInt32
CRC start (use <define>CRC_INIT_VALUE</define> for new)

Return Value

Type: Int32
CRC Value
See Also