Class GpiodLine


  • public class GpiodLine
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getValue()  
      int requestInput​(java.lang.String consumer)  
      int requestOutput​(java.lang.String consumer, int defaultValue)  
      int setValue​(int value)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • requestOutput

        public int requestOutput​(java.lang.String consumer,
                                 int defaultValue)
      • setValue

        public int setValue​(int value)
      • requestInput

        public int requestInput​(java.lang.String consumer)
      • getValue

        public int getValue()