Package com.diozero.internal
Class DeviceStates
java.lang.Object
com.diozero.internal.DeviceStates
public class DeviceStates extends Object
-
Constructor Summary
Constructors Constructor Description DeviceStates()
-
Method Summary
Modifier and Type Method Description void
closeAll()
void
closed(DeviceInterface device)
<T extends DeviceInterface>
TgetDevice(String key)
boolean
isOpened(String key)
void
opened(DeviceInterface device)
int
size()
-
Constructor Details
-
DeviceStates
public DeviceStates()
-
-
Method Details
-
isOpened
-
opened
-
closed
-
closeAll
public void closeAll() -
getDevice
-
size
public int size()
-