Module com.pi4j

Interface AddressConfig<CONFIG_TYPE extends Config>

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>, PwmConfig, SpiConfig

public interface AddressConfig<CONFIG_TYPE extends Config> extends Config<CONFIG_TYPE>

AddressConfig interface.

Version:
$Id: $Id
Author:
Robert Savage (http://www.savagehomeautomation.com)
  • Field Details

  • Method Details

    • address

      Integer address()

      address.

      Returns:
      a Integer object.
    • getAddress

      default Integer getAddress()

      getAddress.

      Returns:
      a Integer object.