public interface ICoilcar
| Modifier and Type | Method and Description |
|---|---|
int |
liftTo(int position)
a service that rises the lifter of the coil-car to the expected position
|
int |
moveTo(int position)
a service that moves the coil-car to the expected position
|
Copyright © 2021. All rights reserved.