 | CGUScanDAARC500Serial Method |
Scan Serial 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 ScanDAARC500Serial(
string file,
CVV vv_type,
CVV vv_items
)
public static void ScanDAARC500Serial(
string file,
CVV vv_type,
CVV vv_items
)
Public Shared Sub ScanDAARC500Serial (
file As String,
vv_type As CVV,
vv_items As CVV
)
Public Shared Sub ScanDAARC500Serial (
file As String,
vv_type As CVV,
vv_items As CVV
)
public:
static void ScanDAARC500Serial(
String^ file,
CVV^ vv_type,
CVV^ vv_items
)
public:
static void ScanDAARC500Serial(
String^ file,
CVV^ vv_type,
CVV^ vv_items
)
static member ScanDAARC500Serial :
file : string *
vv_type : CVV *
vv_items : CVV -> unit
static member ScanDAARC500Serial :
file : string *
vv_type : CVV *
vv_items : CVV -> unit
Parameters
- file
- Type: SystemString
File to import - vv_type
- Type: GeoEngine.Core.GXNetCVV
8 Recognized types - <define>GS_LONG</define> - vv_items
- Type: GeoEngine.Core.GXNetCVV
8 Numbers of items - <define>GS_LONG</define>
RemarksScans the file to see which of the 8 serial channels were used to store data.
See Also