 | 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
Syntaxpublic static void ImportDAARC500Ethernet(
string file,
string output,
ref int bytes
)
public static void ImportDAARC500Ethernet(
string file,
string output,
ref int bytes
)
Public Shared Sub ImportDAARC500Ethernet (
file As String,
output As String,
ByRef bytes As Integer
)
Public Shared Sub ImportDAARC500Ethernet (
file As String,
output As String,
ByRef bytes As Integer
)
public:
static void ImportDAARC500Ethernet(
String^ file,
String^ output,
int% bytes
)
public:
static void ImportDAARC500Ethernet(
String^ file,
String^ output,
int% bytes
)
static member ImportDAARC500Ethernet :
file : string *
output : string *
bytes : int byref -> unit
static member ImportDAARC500Ethernet :
file : string *
output : string *
bytes : int byref -> unit
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