Interface DeviceFactory
-
- All Implemented Interfaces:
public interface DeviceFactoryFactory to create Device instances.
-
-
Method Summary
Modifier and Type Method Description abstract DevicecreateDevice(DeviceSettings deviceSettings)Creates a new Device instance. -
-
Method Detail
-
createDevice
abstract 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 startAsync to start the device.
-
-
-
-