类 AbstractDevice
java.lang.Object
cn.tpkf.rpi.devices.AbstractDevice
- 所有已实现的接口:
Device
- 直接已知子类:
AbstractGpioDevice,AbstractI2cDevice
- 作者:
- Harlan
-
字段概要
字段修饰符和类型字段说明protected final DeviceManager设备管理器protected final String设备IDprotected final ReentrantLock设备锁protected final String设备名称 -
构造器概要
构造器限定符构造器说明protectedAbstractDevice(DeviceManager deviceManager, String id, String name) Represents an abstract device. -
方法概要
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 cn.tpkf.rpi.devices.Device
getDescription, getId, getName