类 AbstractGpioDevice
java.lang.Object
cn.tpkf.rpi.devices.AbstractDevice
cn.tpkf.rpi.devices.gpio.AbstractGpioDevice
- 所有已实现的接口:
Device
GPIO 设备
- 作者:
- Harlan
-
字段概要
字段从类继承的字段 cn.tpkf.rpi.devices.AbstractDevice
deviceManager, id, lock, name -
构造器概要
构造器限定符构造器说明protectedAbstractGpioDevice(DeviceManager deviceManager, String id, String name, IBCMEnums address) Creates an instance of the AbstractGpioDevice class. -
方法概要
从类继承的方法 cn.tpkf.rpi.devices.AbstractDevice
shutdown
-
字段详细资料
-
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
从接口复制的说明:Device获取设备描述- 返回:
- 设备描述
-