Uses of Interface
com.diozero.internal.spi.NativeDeviceFactoryInterface
Package | Description |
---|---|
com.diozero.internal.provider.builtin |
The built-in default provider supporting GPIO, I2C, SPI and Serial device
communication.
|
com.diozero.internal.spi |
Service Provider Interface package.
|
com.diozero.sbc |
-
Uses of NativeDeviceFactoryInterface in com.diozero.internal.provider.builtin
Classes in com.diozero.internal.provider.builtin that implement NativeDeviceFactoryInterface Modifier and Type Class Description class
DefaultDeviceFactory
-
Uses of NativeDeviceFactoryInterface in com.diozero.internal.spi
Classes in com.diozero.internal.spi that implement NativeDeviceFactoryInterface Modifier and Type Class Description class
BaseNativeDeviceFactory
Helper class for instantiating different devices via the configured provider.Methods in com.diozero.internal.spi that return types with arguments of type NativeDeviceFactoryInterface Modifier and Type Method Description static Stream<NativeDeviceFactoryInterface>
NativeDeviceFactoryInterface. loadInstances()
-
Uses of NativeDeviceFactoryInterface in com.diozero.sbc
Methods in com.diozero.sbc that return NativeDeviceFactoryInterface Modifier and Type Method Description static NativeDeviceFactoryInterface
DeviceFactoryHelper. getNativeDeviceFactory()
Auto-detect the native device factory class to be used for provisioning I/O devices in this lookup order: Command lineproperty / environment
variablediozero.devicefactory
JavaServiceLoader
using the classcom.diozero.internal.provider.NativeDeviceFactoryInterface
Thebuilt-in device factory