Click or drag to resize

CGU.ImportDAARC500Ethernet Method

Import 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 ImportDAARC500Ethernet(
	string file,
	string output,
	ref int bytes
)

public static void ImportDAARC500Ethernet(
	string file,
	string output,
	ref int bytes
)

Parameters

file
Type: System.String
File to import
output
Type: System.String
Output binary file
bytes
Type: System.Int32
Returned number of bytes per block
Remarks
Imports Ethernet data recorded by the RMS Instruments DAARC500 instrument, and outputs the data to a new binary file, returning the number of bytes per block, to make it easier to import the data using the regular binary import.
See Also