コード例 #1
0
 public BeagleBoneDeviceFactory(IDeviceValueFactory deviceValueFactory, IBeagleBoneGpioMotorDeviceFactory gpioMotorDeviceFactory)
 {
     this.deviceValueFactory     = deviceValueFactory;
     this.gpioMotorDeviceFactory = gpioMotorDeviceFactory;
 }
コード例 #2
0
 public BeagleBoneDeviceFactory(IDeviceValueFactory deviceValueFactory, IBeagleBoneGpioMotorDeviceFactory gpioMotorDeviceFactory) {
    this.deviceValueFactory = deviceValueFactory;
    this.gpioMotorDeviceFactory = gpioMotorDeviceFactory;
 }