Click or drag to resize

CCOM Methods

The CCOM type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCreate
Create COM object.
Public methodStatic memberCreateNoTerminate
Create COM object.
Protected methodDispose (Overrides CHANDLEDispose(Boolean).)
Public methodIiReadLineNoTerminate(String)
Reads a Line from the COM
Public methodIiReadLineNoTerminate(String, Int32)
Reads a Line from the COM
Public methodiReadCharsNoTerminate(String)
Reads characters from the COM, times out and does not terminate
Public methodiReadCharsNoTerminate(String, Int32)
Reads characters from the COM, times out and does not terminate
Public methodIReadLine(String)
Reads a Line from the COM
Public methodIReadLine(String, Int32)
Reads a Line from the COM
Public methodiWriteCharsNoTerminate
Writes characters to the COM. Does not terminate upon error
Public methodPurgeComm
Purges the input and output buffers.
Public methodReadChars(String)
Reads characters from the COM
Public methodReadChars(String, Int32)
Reads characters from the COM
Public methodReadEM61LinesWA
Reads Lines from the COM to a WA: Geonics EM61 only
Public methodReadFile2WA
Reads entire dataset from the COM to a WA
Public methodReadLinesWA
Reads Lines from the COM to a WA
Public methodSetTimeOut
Set the timeout value.
Public methodWriteChars
Writes characters to the COM
Public methodWriteLine
Writes a Line to the COM
Top
See Also