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