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

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public int CRC(
	int i1,
	int i2
)

Parameters

i1
Type: SystemInt32
number of bytes to CRC
i2
Type: SystemInt32
CRC start (use CRC_INIT_VALUEConstant for new)

Return Value

Type: Int32
CRC Value
See Also