setCalibrationLength method
Implementation
void setCalibrationLength(int seconds) {
_usingOp((arena, opStatus) {
bindings.MathLibSetCallibrationLength(_pointer, seconds, opStatus);
opStatus.ref.throwIfNotSuccessful();
});
}
void setCalibrationLength(int seconds) {
_usingOp((arena, opStatus) {
bindings.MathLibSetCallibrationLength(_pointer, seconds, opStatus);
opStatus.ref.throwIfNotSuccessful();
});
}