 | CGUScanDAARC500Ethernet Method |
Scan 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 ScanDAARC500Ethernet(
CGXNETCore gxNetShared,
string file,
ref int type,
ref int items
)
public static void ScanDAARC500Ethernet(
CGXNETCore gxNetShared,
string file,
ref int type,
ref int items
)
Public Shared Sub ScanDAARC500Ethernet (
gxNetShared As CGXNETCore,
file As String,
ByRef type As Integer,
ByRef items As Integer
)
Public Shared Sub ScanDAARC500Ethernet (
gxNetShared As CGXNETCore,
file As String,
ByRef type As Integer,
ByRef items As Integer
)
public:
static void ScanDAARC500Ethernet(
CGXNETCore^ gxNetShared,
String^ file,
int% type,
int% items
)
public:
static void ScanDAARC500Ethernet(
CGXNETCore^ gxNetShared,
String^ file,
int% type,
int% items
)
static member ScanDAARC500Ethernet :
gxNetShared : CGXNETCore *
file : string *
type : int byref *
items : int byref -> unit
static member ScanDAARC500Ethernet :
gxNetShared : CGXNETCore *
file : string *
type : int byref *
items : int byref -> unit
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - 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