-
- All Superinterfaces:
Config<CONFIG_TYPE>
- All Known Subinterfaces:
AnalogConfig<CONFIG_TYPE>
,AnalogInputConfig
,AnalogOutputConfig
,DigitalConfig<CONFIG_TYPE>
,DigitalInputConfig
,DigitalOutputConfig
,com.pi4j.io.gpio.GpioConfig<CONFIG_TYPE>
,I2CConfig
,PwmConfig
,SerialConfig
,SpiConfig
public interface IOConfig<CONFIG_TYPE> extends Config<CONFIG_TYPE>
IOConfig interface.
- Version:
- $Id: $Id
- Author:
- Robert Savage (http://www.savagehomeautomation.com)
-
-
Field Summary
Fields Modifier and Type Field Description static String
PLATFORM_KEY
static String
PROVIDER_KEY
-
Fields inherited from interface com.pi4j.config.Config
DESCRIPTION_KEY, ID_KEY, NAME_KEY
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default String
getPlatform()
default String
getProvider()
String
platform()
String
provider()
-
Methods inherited from interface com.pi4j.config.Config
description, getDescription, getId, getName, id, name, properties, validate
-
-
-
-
Field Detail
-
PLATFORM_KEY
static final String PLATFORM_KEY
- See Also:
- Constant Field Values
-
PROVIDER_KEY
static final String PROVIDER_KEY
- See Also:
- Constant Field Values
-
-