 | CGUImportDAARC500Ethernet Method |
Import Ethernet data from the RMS Instruments DAARC500.
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.1.0.25
Syntaxpublic static void ImportDAARC500Ethernet(
CGXNETCore gxNetShared,
string file,
string output,
ref int bytes
)
public static void ImportDAARC500Ethernet(
CGXNETCore gxNetShared,
string file,
string output,
ref int bytes
)
Public Shared Sub ImportDAARC500Ethernet (
gxNetShared As CGXNETCore,
file As String,
output As String,
ByRef bytes As Integer
)
Public Shared Sub ImportDAARC500Ethernet (
gxNetShared As CGXNETCore,
file As String,
output As String,
ByRef bytes As Integer
)
public:
static void ImportDAARC500Ethernet(
CGXNETCore^ gxNetShared,
String^ file,
String^ output,
int% bytes
)
public:
static void ImportDAARC500Ethernet(
CGXNETCore^ gxNetShared,
String^ file,
String^ output,
int% bytes
)
static member ImportDAARC500Ethernet :
gxNetShared : CGXNETCore *
file : string *
output : string *
bytes : int byref -> unit
static member ImportDAARC500Ethernet :
gxNetShared : CGXNETCore *
file : string *
output : string *
bytes : int byref -> unit
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - file
- Type: SystemString
File to import - output
- Type: SystemString
Output binary file - bytes
- Type: SystemInt32
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