Callback interface with methods associated to Calibration process.
            
Namespace: TETCSharpClientAssembly: TETCSharpClient (in TETCSharpClient.dll) Version: 1.0.0.0 (1.0.0.0)
 Syntax
SyntaxThe ICalibrationProcessHandler type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|  | OnCalibrationProcessing | 
            Called when all calibration points have been collected and calibration processing begins.
             | 
|  | OnCalibrationProgress | 
            Called every time tracking of a single calibration points has completed.
             | 
|  | OnCalibrationResult | 
            Called when processing of calibration points and calibration as a whole has completed.
             | 
|  | OnCalibrationStarted | 
            Called when a calibration process has been started. 
             | 
 See Also
See Also