Click or drag to resize

CVVCRC Method

Compute the CRC value of a VV.

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public int CRC(
	int pul_crc
)

public int CRC(
	int pul_crc
)

Parameters

pul_crc
Type: SystemInt32
Previous CRC <define>CRC_INIT_VALUE</define>

Return Value

Type: Int32
CRC Value
See Also