public CalibrationPointStartRequest(int x, int y)
     : base(Protocol.CATEGORY_CALIBRATION, Protocol.CALIBRATION_REQUEST_POINTSTART)
 {
     Values = new CalibrationPointStartRequestValues(x, y);
 }
 public CalibrationPointStartRequest(int x, int y)
     : base(Protocol.CATEGORY_CALIBRATION, Protocol.CALIBRATION_REQUEST_POINTSTART)
 {
     Values = new CalibrationPointStartRequestValues(x, y);
 }