Click or drag to resize
CGUImportDAARC500Ethernet Method
Import Ethernet data from the RMS Instruments DAARC500.

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

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
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.
Syntax
public static void ImportDAARC500Ethernet(
	string str1,
	string str2,
	ref int i3
)

Parameters

str1
Type: SystemString
File to import
str2
Type: SystemString
Output binary file
i3
Type: SystemInt32
Returned number of bytes per block
See Also