Click or drag to resize

CGUScanDAARC500Ethernet Method

Scan Ethernet 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 ScanDAARC500Ethernet(
	string file,
	ref int type,
	ref int items
)

public static void ScanDAARC500Ethernet(
	string file,
	ref int type,
	ref int items
)

Parameters

file
Type: SystemString
File to import
type
Type: SystemInt32
Recognized type
items
Type: SystemInt32
Number of items
Remarks
Scans the file to see what data type is in the Ethernet file. Currently only detects GR820 types.
See Also