MathLibCalibrationFinished method
int
MathLibCalibrationFinished(
- Pointer<
NativeMathLib> mathLibPtr, - Pointer<
Bool> result, - Pointer<
NativeOpStatus> opResult
Implementation
int MathLibCalibrationFinished(
ffi.Pointer<NativeMathLib> mathLibPtr,
ffi.Pointer<ffi.Bool> result,
ffi.Pointer<NativeOpStatus> opResult,
) {
return _MathLibCalibrationFinished(
mathLibPtr,
result,
opResult,
);
}