-
- All Superinterfaces:
AddressConfig<CONFIG_TYPE>
,Config<CONFIG_TYPE>
,com.pi4j.io.gpio.GpioConfig<CONFIG_TYPE>
,IOConfig<CONFIG_TYPE>
- All Known Subinterfaces:
AnalogInputConfig
,AnalogOutputConfig
public interface AnalogConfig<CONFIG_TYPE extends Config> extends com.pi4j.io.gpio.GpioConfig<CONFIG_TYPE>
AnalogConfig interface.
- Version:
- $Id: $Id
- Author:
- Robert Savage (http://www.savagehomeautomation.com)
-
-
Field Summary
Fields Modifier and Type Field Description static String
RANGE_MAX_KEY
ConstantRANGE_MAX_KEY="max"
static String
RANGE_MIN_KEY
ConstantRANGE_MIN_KEY="min"
-
Fields inherited from interface com.pi4j.config.AddressConfig
ADDRESS_KEY
-
Fields inherited from interface com.pi4j.config.Config
DESCRIPTION_KEY, ID_KEY, NAME_KEY
-
Fields inherited from interface com.pi4j.io.IOConfig
PLATFORM_KEY, PROVIDER_KEY
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default AnalogRange
getRange()
getRange.AnalogRange
range()
range.-
Methods inherited from interface com.pi4j.config.AddressConfig
address, getAddress
-
Methods inherited from interface com.pi4j.config.Config
description, getDescription, getId, getName, id, name, properties, validate
-
Methods inherited from interface com.pi4j.io.IOConfig
getPlatform, getProvider, platform, provider
-
-
-
-
Field Detail
-
RANGE_MIN_KEY
static final String RANGE_MIN_KEY
ConstantRANGE_MIN_KEY="min"
- See Also:
- Constant Field Values
-
RANGE_MAX_KEY
static final String RANGE_MAX_KEY
ConstantRANGE_MAX_KEY="max"
- See Also:
- Constant Field Values
-
-
Method Detail
-
range
AnalogRange range()
range.
- Returns:
- a
AnalogRange
object.
-
getRange
default AnalogRange getRange()
getRange.
- Returns:
- a
AnalogRange
object.
-
-