Initiate a new calibration process. Must be called before any call to CalibrationPointStart(Int32, Int32)
or CalibrationPointEnd .
Any previous (and possible running) calibration process must be completed or aborted before calling this.
A full calibration process consists of a number of calls to CalibrationPointStart(Int32, Int32)
and CalibrationPointEnd matching the total number of clibration points set by the
numCalibrationPoints parameter.
Namespace: TETCSharpClientAssembly: TETCSharpClient (in TETCSharpClient.dll) Version: 1.0.0.0 (1.0.0.0)

Parameters
- numCalibrationPoints
- Type: System Int16
The number of calibration points that will be used in this calibration
- listener
- Type: TETCSharpClient ICalibrationProcessHandler
The ICalibrationProcessHandler instance that will receive callbacks during the calibration process
