Interface DeviceFactory
-
public interface DeviceFactoryFactory to create Device instances.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DevicecreateDevice(DeviceSettings deviceSettings)Creates a new Device instance.
-
-
-
Method Detail
-
createDevice
Device createDevice(DeviceSettings deviceSettings)
Creates a new Device instance.- Parameters:
deviceSettings- the settings to be applied on the device.- Returns:
- a new Device instance, not running. Use
Service.startAsync()to start the device.
-
-