Click or drag to resize

CGUScanDAARC500Serial Method

Scan Serial data from the RMS Instruments DAARC500.

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void ScanDAARC500Serial(
	string file,
	CVV vv_type,
	CVV vv_items
)

public static void ScanDAARC500Serial(
	string file,
	CVV vv_type,
	CVV vv_items
)

Parameters

file
Type: SystemString
File to import
vv_type
Type: GeoEngine.Core.GXNetCVV
8 Recognized types - <define>GS_LONG</define>
vv_items
Type: GeoEngine.Core.GXNetCVV
8 Numbers of items - <define>GS_LONG</define>
Remarks
Scans the file to see which of the 8 serial channels were used to store data.
See Also