예제 #1
0
 public CalibrationStartRequest(int numPoints)
     : base(Protocol.CATEGORY_CALIBRATION, Protocol.CALIBRATION_REQUEST_START)
 {
     Values = new CalibrationStartRequestValues(numPoints);
 }
 public CalibrationStartRequest()
     : base(Protocol.CATEGORY_CALIBRATION, Protocol.CALIBRATION_REQUEST_START)
 {
     Values = new CalibrationStartRequestValues();
 }