Click or drag to resize
CCOM Class
This class is used to communicate with external serial devices. It allows the setting of timeouts.
Inheritance Hierarchy

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Syntax
public class CCOM : CHANDLE

The CCOM type exposes the following members.

Methods
  NameDescription
Public methodAvailable to anyone with an Oasis Montaj licenseStatic memberCreate
Create COM object.
Public methodAvailable to anyone with an Oasis Montaj licenseStatic memberCreateNoTerminate
Create COM object.
Protected methodDispose
Releases the unmanaged resources used by the CCOM and optionally releases the managed resources
(Overrides CHANDLEDispose(Boolean).)
Public methodAvailable to anyone with an Oasis Montaj licenseIiReadLineNoTerminate
Reads a Line from the COM
Public methodAvailable to anyone with an Oasis Montaj licenseiReadCharsNoTerminate
Reads characters from the COM, times out and does not terminate
Public methodAvailable to anyone with an Oasis Montaj licenseIReadLine
Reads a Line from the COM
Public methodAvailable to anyone with an Oasis Montaj licenseiWriteCharsNoTerminate
Writes characters to the COM. Does not terminate upon error
Public methodAvailable to anyone with an Oasis Montaj licensePurgeComm
Purges the input and output buffers.
Public methodAvailable to anyone with an Oasis Montaj licenseReadChars
Reads characters from the COM
Public methodAvailable to anyone with an Oasis Montaj licenseReadEM61LinesWA
Reads Lines from the COM to a WA: Geonics EM61 only
Public methodAvailable to anyone with an Oasis Montaj licenseReadFile2WA
Reads entire dataset from the COM to a WA
Public methodAvailable to anyone with an Oasis Montaj licenseReadLinesWA
Reads Lines from the COM to a WA
Public methodAvailable to anyone with an Oasis Montaj licenseSetTimeOut
Set the timeout value.
Public methodAvailable to anyone with an Oasis Montaj licenseWriteChars
Writes characters to the COM
Public methodAvailable to anyone with an Oasis Montaj licenseWriteLine
Writes a Line to the COM
Top
See Also