Class DeviceStates

java.lang.Object
com.diozero.internal.DeviceStates

public class DeviceStates
extends java.lang.Object
  • Constructor Summary

    Constructors 
    Constructor Description
    DeviceStates()  
  • Method Summary

    Modifier and Type Method Description
    void closeAll()  
    void closed​(DeviceInterface device)  
    DeviceInterface getDevice​(java.lang.String key)  
    boolean isOpened​(java.lang.String key)  
    void opened​(DeviceInterface device)  
    int size()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait