MathLibStartCalibration method

int MathLibStartCalibration(
  1. Pointer<NativeMathLib> mathLibPtr,
  2. Pointer<NativeOpStatus> opResult
)

Implementation

int MathLibStartCalibration(
  ffi.Pointer<NativeMathLib> mathLibPtr,
  ffi.Pointer<NativeOpStatus> opResult,
) {
  return _MathLibStartCalibration(
    mathLibPtr,
    opResult,
  );
}