类 AbstractGpioDevice

java.lang.Object
cn.tpkf.rpi.devices.AbstractDevice
cn.tpkf.rpi.devices.gpio.AbstractGpioDevice
所有已实现的接口:
Device
直接已知子类:
AbstractDigitalDevice, AbstractOneWireDevice, AbstractPwmDevice

public abstract class AbstractGpioDevice extends AbstractDevice
GPIO 设备
作者:
Harlan
  • 字段详细资料

    • address

      protected final IBCMEnums address
      The IBCMEnums address of the device.
  • 构造器详细资料

    • AbstractGpioDevice

      protected AbstractGpioDevice(DeviceManager deviceManager, String id, String name, IBCMEnums address)
      Creates an instance of the AbstractGpioDevice class.
      参数:
      deviceManager - The DeviceManager instance.
      id - The ID of the device.
      name - The name of the device.
      address - The IBCMEnums address of the device.
  • 方法详细资料

    • getDescription

      public String getDescription()
      从接口复制的说明: Device
      获取设备描述
      返回:
      设备描述