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