public RestoreCommand(WD1797 w, StepRate rate, bool hld, bool verify) { _w = w; _rate = rate; _hld = hld; _verify = verify; }
public StepCommand(WD1797 w, StepRate rate, bool hld, bool verify, bool updateReg, StepDirection stepDir) { _w = w; _rate = rate; _hld = hld; _verify = verify; _updateReg = updateReg; _stepDir = stepDir; }