Example #1
0
 static extern _LTRNative.LTRERROR LTR212_Calibrate(ref TLTR212 module, ref byte LChannel_Mask, CalibrModes mode, int reset);
Example #2
0
 public virtual _LTRNative.LTRERROR Calibrate(ref byte LChannel_Mask, CalibrModes mode, bool reset)
 {
     return(LTR212_Calibrate(ref module, ref LChannel_Mask, mode, reset ? 1 : 0));
 }