Beispiel #1
0
 public HeartRateService(IHeartRateMeasurementCharacteristic heartRateMeasurementCharacteristic, IBodySensorLocationCharacteristics bodySensorLocationCharacteristics,
                         IHeartHeartRateControlPointCharacteristics heartHeartRateControlPointCharacteristics)
 {
     this.HeartRateMeasurementCharacteristicHandler        = heartRateMeasurementCharacteristic;
     this.bodySensorLocationCharacteristicsHandler         = bodySensorLocationCharacteristics;
     this.heartHeartRateControlPointCharacteristicsHandler = heartHeartRateControlPointCharacteristics;
 }
		public HeartRateService(IHeartRateMeasurementCharacteristic heartRateMeasurementCharacteristic, IBodySensorLocationCharacteristics bodySensorLocationCharacteristics,
			IHeartHeartRateControlPointCharacteristics heartHeartRateControlPointCharacteristics)
		{
			this.HeartRateMeasurementCharacteristicHandler = heartRateMeasurementCharacteristic;
			this.bodySensorLocationCharacteristicsHandler = bodySensorLocationCharacteristics;
			this.heartHeartRateControlPointCharacteristicsHandler = heartHeartRateControlPointCharacteristics;
		}