static extern _LTRNative.LTRERROR LTR212_Calibrate(ref TLTR212 module, ref byte LChannel_Mask, CalibrModes mode, int reset);
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)); }